]> git.ipfire.org Git - thirdparty/gcc.git/commit
sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
authorDanny Smith <dannysmith@users.sourceforge.net>
Wed, 22 Oct 2003 21:34:51 +0000 (21:34 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Wed, 22 Oct 2003 21:34:51 +0000 (21:34 +0000)
commit25412599b4618a042ef23c2de92d423391679ad8
tree1780c9b5b3a2f29ec96b896c364f0c77eb0c06ca
parent218d5a871cff811b258266b2ff91addbb6f49a47
sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.

* sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.

* ctrl_c.c (__gnat_int_handler): Remove declaration.

* decl.c (creat_concat_name):  Const-ify prefix.

* adaint.c: Include ctype.h if __MINGW32__.
(__gnat_readlink): Mark arguments as possibly unused.
(__gnat_symlink): Likewise.
(__gnat_is_symbolic_link): Likewise.
(__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
declaration
(__gnat_file_time_name): Don't declare struct stat statbuf when
not needed.
(__gnat_is_absolute_path): Add parenthesis around condition of
'if' statement to avoid warning.
(__gnat_plist_init): Specify void as parameter.
(plist_enter): Likewise.
(plist_leave): Likewise.
(remove_handle): Make static. Initialize prev.

From-SVN: r72824
gcc/ada/ChangeLog
gcc/ada/adaint.c
gcc/ada/ctrl_c.c
gcc/ada/decl.c
gcc/ada/sysdep.c