summaryrefslogtreecommitdiff
path: root/gcc/config/alpha/vms.h
diff options
context:
space:
mode:
authorfalk <falk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-07 18:57:32 +0000
committerfalk <falk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-07 18:57:32 +0000
commitb3190e8fe2bc933d4ad7ebd0b58ca8cfeb2353bb (patch)
tree1a224cf0787d49fdfa1fb99ea8943658571c5bd7 /gcc/config/alpha/vms.h
parent3c094ced58012d3569762dbbe232a68c95ea4d4f (diff)
downloadgcc-b3190e8fe2bc933d4ad7ebd0b58ca8cfeb2353bb.tar.gz
* config/alpha/elf.h, config/alpha/unicosmk.h,
config/alpha/vms.h: Convert to ISO C90. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73342 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/vms.h')
-rw-r--r--gcc/config/alpha/vms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h
index 8b065e7b9b0..192e178bd33 100644
--- a/gcc/config/alpha/vms.h
+++ b/gcc/config/alpha/vms.h
@@ -218,7 +218,7 @@ typedef struct {int num_args; enum avms_arg_type atypes[6];} avms_arg_info;
#undef EXTRA_SECTION_FUNCTIONS
#define EXTRA_SECTION_FUNCTIONS \
void \
-link_section () \
+link_section (void) \
{ \
if (in_section != in_link) \
{ \
@@ -227,7 +227,7 @@ link_section () \
} \
} \
void \
-literals_section () \
+literals_section (void) \
{ \
if (in_section != in_literals) \
{ \