ack/modules/src/em_code/cst.c
1987-11-12 11:59:31 +00:00

8 lines
68 B
C

#include "em_private.h"
CC_cst(l)
arith l;
{
COMMA();
CST(l);
}