diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-30 21:28:09 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-30 21:28:09 +0000 |
commit | 65b03ed4d686ce5e61fdeebaba792f188ae7819e (patch) | |
tree | 97ee87a91970a003508d99b2cb2f3055a8611fab /gcc/config/i386/cygming.h | |
parent | dcb467b4139593cdfc6a2b19b3764a90bacc4024 (diff) | |
download | gcc-65b03ed4d686ce5e61fdeebaba792f188ae7819e.tar.gz |
2003-09-30 Kelley Cook <kelleycoook@wideopenwest.com>
* config/i386/cygwin1.c: Convert to ISO C90 prototypes.
* config/i386/winnt.c: Likewise.
* config/i386/cygming.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71956 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/cygming.h')
-rw-r--r-- | gcc/config/i386/cygming.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index d64eeff63a2..d0e019e5805 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -122,7 +122,7 @@ union tree_node; #define DRECTVE_SECTION_FUNCTION \ void \ -drectve_section () \ +drectve_section (void) \ { \ if (in_section != in_drectve) \ { \ |