OSDN Git Service

* config/sol2.h (__enable_execute_stack): ANSIfy function
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 May 2004 15:15:08 +0000 (15:15 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 May 2004 15:15:08 +0000 (15:15 +0000)
definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82487 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sol2.h

index 20c59e5..48c342d 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * config/sol2.h (__enable_execute_stack): ANSIfy function
+       definition.
+
 2004-05-31  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * c-incpath.c (add_path): Canonicalize paths to use '/' if
index 8728cb7..5dc489d 100644 (file)
@@ -194,8 +194,7 @@ static void check_enabling(void)                                    \
                                                                        \
 extern void __enable_execute_stack (void *);                           \
 void                                                                   \
-__enable_execute_stack (addr)                                          \
-     void *addr;                                                       \
+__enable_execute_stack (void *addr)                                    \
 {                                                                      \
   if (!need_enable_exec_stack)                                         \
     return;                                                            \