diff options
Diffstat (limited to 'ld/ldmisc.h')
-rw-r--r-- | ld/ldmisc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldmisc.h b/ld/ldmisc.h index e3463d1..a9391cd 100644 --- a/ld/ldmisc.h +++ b/ld/ldmisc.h @@ -24,9 +24,9 @@ PROTO(void,info,()); PROTO(void,info_assert,(char *, unsigned int)); PROTO(void,yyerror,(char *)); -PROTO(char *,concat,(char *, char *, char *)); +PROTO(char *,concat,(CONST char *, CONST char *, CONST char *)); PROTO(char *, ldmalloc,(size_t)); -PROTO(char *,buystring,(char *)); +PROTO(char *,buystring,(CONST char *CONST)); #define ASSERT(x) \ { if (!(x)) info_assert(__FILE__,__LINE__); } |