* gasp.c (do_align, get_any_string): Mark as static.

(do_assigna, do_assignc, new_file): Likewise.
This commit is contained in:
Ian Lance Taylor 1995-08-14 22:00:21 +00:00
parent 56c423fec5
commit e15126c456
2 changed files with 8 additions and 5 deletions

View File

@ -5,6 +5,9 @@ Mon Aug 14 14:08:07 1995 Jeff Law (law@snake.cs.utah.edu)
Mon Aug 14 15:45:07 1995 Ian Lance Taylor <ian@cygnus.com>
* gasp.c (do_align, get_any_string): Mark as static.
(do_assigna, do_assignc, new_file): Likewise.
* config/tc-m68k.c (s_reg): Rename local op to rop to avoid
confusion with macro op.

View File

@ -1706,7 +1706,7 @@ do_datab (idx, in)
/* .align <size> */
void
static void
do_align (idx, in)
int idx;
sb *in;
@ -1842,7 +1842,7 @@ do_form (idx, in)
"<string>" -> return string
xyx<whitespace> -> return xyz
*/
int
static int
get_any_string (idx, in, out, expand, pretend_quoted)
int idx;
sb *in;
@ -2263,7 +2263,7 @@ free_old_entry (ptr)
/* name: .ASSIGNA <value> */
void
static void
do_assigna (idx, in)
int idx;
sb *in;
@ -2291,7 +2291,7 @@ do_assigna (idx, in)
/* name: .ASSIGNC <string> */
void
static void
do_assignc (idx, in)
int idx;
sb *in;
@ -3804,7 +3804,7 @@ do_sdatab (idx, in)
}
int
static int
new_file (name)
const char *name;
{