File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ with TWashApp;
2020procedure TWASHell is -- Tcl Windowing Ada SHell
2121
2222 package C renames Interfaces.C;
23- use type C.int;
2423
2524 -- Argc and Argv include the command name
2625 Argc : C.int;
Original file line number Diff line number Diff line change 3131--
3232-- ------------------------------------------------------------------
3333
34- pragma Ada_2005;
35-
3634with Ada.Exceptions ;
3735with Ada.Unchecked_Conversion ;
3836with CHelper ;
Original file line number Diff line number Diff line change 4545--
4646-- ------------------------------------------------------------------
4747
48- pragma Ada_2005;
49-
5048with CArgv ;
5149
5250package Tcl.Ada is
Original file line number Diff line number Diff line change 3636--
3737-- ------------------------------------------------------------------
3838
39- pragma Ada_2005;
40-
4139with CHelper ;
4240
4341package Tcl.Tk is
Original file line number Diff line number Diff line change 3131--
3232-- ------------------------------------------------------------------
3333
34- pragma Ada_2005;
35-
3634with Ada.Text_IO ;
3735
3836package body Tcl is
Original file line number Diff line number Diff line change 3939--
4040-- ------------------------------------------------------------------
4141
42- pragma Ada_2005;
43-
4442with CArgv ;
4543with Interfaces.C.Pointers ;
4644with Interfaces.C.Strings ;
You can’t perform that action at this time.
0 commit comments