Commit d3157fb6 by Eric Botcazou Committed by Eric Botcazou

sol2.h (__enable_execute_stack): ANSIfy function definition.

	* config/sol2.h (__enable_execute_stack): ANSIfy function
	definition.

From-SVN: r82487
parent 6661a85f
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
......
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment