diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-03 15:30:02 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-03 15:30:02 +0000 |
commit | 05c3e0e9708795d88a1f0b2f7e653f5bd16dc17c (patch) | |
tree | ff38df68a6a2cf36acb36fb9756271956ee76af3 /gcc/ada/g-soccon-tru64.ads | |
parent | 78df2aa8964c653f87be7c8d4eb36ca86114bc22 (diff) | |
download | gcc-05c3e0e9708795d88a1f0b2f7e653f5bd16dc17c.tar.gz |
* gen-soccon.c: New utility program to generate g-soccon.ads
automatically.
* socket.c, gsocket.h: Split inclusion of system header files into a
gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
* g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
should not be edited by hand anymore, but should be regenerated using
gen-soccon.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92828 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-soccon-tru64.ads')
-rw-r--r-- | gcc/ada/g-soccon-tru64.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/g-soccon-tru64.ads b/gcc/ada/g-soccon-tru64.ads index a0927e2bcfe..51190f7688f 100644 --- a/gcc/ada/g-soccon-tru64.ads +++ b/gcc/ada/g-soccon-tru64.ads @@ -36,6 +36,7 @@ -- directly with'ed by an applications program. -- This is the version for OSF +-- Do not edit this file by hand, instead edit and re-run gen-soccon.c package GNAT.Sockets.Constants is |