1994-06-24 11:31:16 +00:00

12 lines
85 B
C

#include "em_private.h"
/* $Id$ */
void
CC_cst(l)
arith l;
{
COMMA();
CST(l);
}