diff options
Diffstat (limited to 'gas/config/obj-evax.c')
-rw-r--r-- | gas/config/obj-evax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-evax.c b/gas/config/obj-evax.c index 6f484d0..a0cbae2 100644 --- a/gas/config/obj-evax.c +++ b/gas/config/obj-evax.c @@ -1,5 +1,5 @@ /* obj-evax.c - EVAX (openVMS/Alpha) object file format. - Copyright 1996, 1997, 2007 Free Software Foundation, Inc. + Copyright 1996, 1997, 2007, 2008 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. @@ -24,7 +24,7 @@ #include "as.h" -static void s_evax_weak PARAMS ((int)); +static void s_evax_weak (int); const pseudo_typeS obj_pseudo_table[] = { |