11 lines
89 B
C
11 lines
89 B
C
#include "em_private.h"
|
|
|
|
/* $Header$ */
|
|
|
|
void
|
|
CC_ilb(l)
|
|
label l;
|
|
{
|
|
COMMA();
|
|
ILB(l);
|
|
}
|