sol2.h (__enable_execute_stack): ANSIfy function definition.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 31 May 2004 15:15:08 +0000 (17:15 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 31 May 2004 15:15:08 +0000 (15:15 +0000)
* config/sol2.h (__enable_execute_stack): ANSIfy function
definition.

From-SVN: r82487

gcc/ChangeLog
gcc/config/sol2.h

index 20c59e5f4c0cf6237171ab117b81687def9502c2..48c342de2000356ee4db56dd62898243d9814998 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 8728cb792743147e283dbca91b1ee64737ec843c..5dc489d36f2d9b1c12d945f915792ae2dce351bc 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;                                                            \