ack/util/ceg/defaults/pseudo/C_end_narg.c

11 lines
135 B
C
Raw Normal View History

#define CODE_EXPANDER
#include <em.h>
1987-11-20 10:41:03 +00:00
#include <assert.h>
1989-01-26 13:24:23 +00:00
extern int B_locals_created;
1987-11-20 10:41:03 +00:00
C_end_narg()
{
1989-01-26 13:24:23 +00:00
assert( B_locals_created);
1987-11-20 10:41:03 +00:00
}