Pristine Ack-5.5
[Ack-5.5.git] / mach / sparc / ce / ce.src / C_con_scon.c
1 #define CODE_EXPANDER
2 #include <em.h>
3 #include "mach.h"
4 #include "back.h"
5
6 void
7 C_con_scon( s, n)
8 char *s;
9 arith n;
10 {
11         switchseg( SEGCON);
12         dump_label();   
13
14         con_str( s, n);
15 }