merged cricon.c+crfcon.c+crucon.c into crxcon.c

This commit is contained in:
ceriel
1989-10-16 16:37:46 +00:00
parent 85da3bcac1
commit b821194cbd
5 changed files with 31 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
#include "em_private.h"
/* $Header$ */
CC_crxcon(op, spec, v, s)
char *v;
arith s;
{
/* CON or ROM with argument ICON(v,z)
*/
PS(op);
WCON(spec, v, s);
CEND();
NL();
}