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> 2004-05-31 Danny Smith <dannysmith@users.sourceforge.net>
* c-incpath.c (add_path): Canonicalize paths to use '/' if * c-incpath.c (add_path): Canonicalize paths to use '/' if
......
...@@ -194,8 +194,7 @@ static void check_enabling(void) \ ...@@ -194,8 +194,7 @@ static void check_enabling(void) \
\ \
extern void __enable_execute_stack (void *); \ extern void __enable_execute_stack (void *); \
void \ void \
__enable_execute_stack (addr) \ __enable_execute_stack (void *addr) \
void *addr; \
{ \ { \
if (!need_enable_exec_stack) \ if (!need_enable_exec_stack) \
return; \ 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