10 lines
84 B
C
10 lines
84 B
C
#include "em_private.h"
|
|
|
|
/* $Header$ */
|
|
|
|
CC_cst(l)
|
|
arith l;
|
|
{
|
|
COMMA();
|
|
CST(l);
|
|
}
|