ack/mach/sparc/ce/ce.src/C_con_scon.c
1991-09-20 18:14:05 +00:00

15 lines
170 B
C

#define CODE_EXPANDER
#include <em.h>
#include "mach.h"
#include "back.h"
C_con_scon( s, n)
char *s;
arith n;
{
switchseg( SEGCON);
dump_label();
con_str( s, n);
}