diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-31 15:15:08 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-31 15:15:08 +0000 |
commit | 1771279864d8d4f2091e420ef0caf18c4f8f06c3 (patch) | |
tree | 8873515a256875b08783247faee2845613a1cba0 /gcc/config/sol2.h | |
parent | 382fbf3d4f13a638b07f97d3715738206773b742 (diff) | |
download | gcc-1771279864d8d4f2091e420ef0caf18c4f8f06c3.tar.gz |
* config/sol2.h (__enable_execute_stack): ANSIfy function
definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r-- | gcc/config/sol2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index 8728cb79274..5dc489d36f2 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -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; \ |