* read.h: Define stringer here.

read.c, config/obj-ieee.c, config/obj-tcm88k.c: Not any of these
	places.
This commit is contained in:
Ian Lance Taylor
1993-03-05 17:10:02 +00:00
parent b2ff9b68b2
commit 36d656a6cb
2 changed files with 1 additions and 10 deletions

View File

@@ -477,15 +477,6 @@ void cons ();
void s_ignore ();
/*
* stringer()
*
* We read 0 or more ',' seperated, double-quoted strings.
*
* Caller should have checked need_pass_2 is FALSE because we don't check it.
*/
void stringer ();
void s_globl ();
const pseudo_typeS obj_pseudo_table[] =
{

View File

@@ -157,7 +157,7 @@ const char EXP_CHARS[] = "eE";
const char FLT_CHARS[] = "dDfF";
extern void float_cons (), cons (), s_globl (), s_line (), s_space (),
s_set (), stringer (), s_lcomm ();
s_set (), s_lcomm ();
static void s_file ();
static void s_bss ();