9 lines
68 B
C
9 lines
68 B
C
#include "em_private.h"
|
|
|
|
CC_cst(l)
|
|
arith l;
|
|
{
|
|
COMMA();
|
|
CST(l);
|
|
}
|