diff options
Diffstat (limited to 'gcc/config/vax/vaxv.h')
-rw-r--r-- | gcc/config/vax/vaxv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index 57dff406b91..ed61d23b8bf 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vax sysV version. - Copyright (C) 1988, 1993, 1996 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1996, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -51,7 +51,7 @@ output_file_directive ((FILE), main_input_filename) #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ do { \ - unsigned char *s; \ + const unsigned char *s; \ int i; \ for (i = 0, s = (PTR); i < (LEN); s++, i++) \ { \ |