ack/mach/sparc/ce/back.src/symboldef.c

10 lines
148 B
C
Raw Normal View History

1991-09-20 18:14:05 +00:00
#include "header.h"
symbol_definition( s)
char *s;
{
if (cur_seg == SEGTXT)
flush_cache(); /* EXTRA */
fprint( codefile, SYMBOL_DEF_FMT, s);
}