9 lines
68 B
C
9 lines
68 B
C
#include "em_private.h"
|
|
|
|
CC_ilb(l)
|
|
label l;
|
|
{
|
|
COMMA();
|
|
ILB(l);
|
|
}
|