* config/rl78-defs.h (rl78_error): Add "const".
* config/rl78-parse.y (rl78_error): Likewise.
This commit is contained in:
parent
8443c2073b
commit
cc18928581
@ -1,3 +1,8 @@
|
||||
2011-11-21 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/rl78-defs.h (rl78_error): Add "const".
|
||||
* config/rl78-parse.y (rl78_error): Likewise.
|
||||
|
||||
2011-11-21 Andreas Tobler <andreast@fgznet.ch>
|
||||
|
||||
* config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
|
||||
|
@ -26,7 +26,7 @@
|
||||
#define RL78REL_DATA 0
|
||||
#define RL78REL_PCREL 1
|
||||
|
||||
extern int rl78_error (char *);
|
||||
extern int rl78_error (const char *);
|
||||
extern void rl78_lex_init (char *, char *);
|
||||
extern void rl78_prefix (int);
|
||||
extern int rl78_has_prefix (void);
|
||||
|
@ -1430,7 +1430,7 @@ rl78_lex (void)
|
||||
}
|
||||
|
||||
int
|
||||
rl78_error (char * str)
|
||||
rl78_error (const char * str)
|
||||
{
|
||||
int len;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user