* config/rl78-parse.y (rl78_error): Likewise.
+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.
#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);
}
int
-rl78_error (char * str)
+rl78_error (const char * str)
{
int len;