* config/e-criself.c: Fix typo in last change.

This commit is contained in:
Alan Modra 2002-12-12 23:12:34 +00:00
parent cc6a87da5e
commit ebd0428ffe
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2002-12-13 Alan Modra <amodra@bigpond.net.au>
* config/e-criself.c: Fix typo in last change.
2002-12-13 Alan Modra <amodra@bigpond.net.au>
* write.c (write_object_file): Fix signed/unsigned warning.
@ -379,8 +383,8 @@
* macro.h: Update prototypes to remove comment_char parameter.
Fix formatting.
* read.c (read_a_source_file, s_irp): Remove comment_char
parameter from invocation of functions in macro.c
parameter from invocation of functions in macro.c
2002-12-02 Hans-Peter Nilsson <hp@axis.com>
* read.c (emit_expr) [!WORKING_DOT_WORD]: Initialize x->use_jump.

View File

@ -1,7 +1,7 @@
#include "as.h"
#include "emul.h"
static const char *crisaout_bfd_name PARAMS ((void));
static const char *criself_bfd_name PARAMS ((void));
static const char *
criself_bfd_name ()