* config/sol2.h (__enable_execute_stack): ANSIfy function
definition.
From-SVN: r82487
+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
\
extern void __enable_execute_stack (void *); \
void \
-__enable_execute_stack (addr) \
- void *addr; \
+__enable_execute_stack (void *addr) \
{ \
if (!need_enable_exec_stack) \
return; \