djgpp.h (UNIQUE_SECTION): Constify the variables name and prefix.
* config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables name and prefix. From-SVN: r36651
This commit is contained in:
parent
a3f7444bf2
commit
15ca066dde
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-09-27 Mark Elbrecht <snowball3@bigfoot.com>
|
||||
|
||||
* config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
|
||||
name and prefix.
|
||||
|
||||
Tue 26-Sep-2000 18:25:38 BST Neil Booth <neilb@earthling.net>
|
||||
|
||||
* gcc.c (cpp_options): Add spec for -ftabstop=.
|
||||
|
|
|
@ -266,7 +266,8 @@ dtor_section () \
|
|||
#define UNIQUE_SECTION(DECL,RELOC) \
|
||||
do { \
|
||||
int len; \
|
||||
char *name, *string, *prefix; \
|
||||
const char *name, *prefix; \
|
||||
char *string; \
|
||||
\
|
||||
name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (DECL)); \
|
||||
\
|
||||
|
|
Loading…
Add table
Reference in a new issue