12 lines
140 B
C
12 lines
140 B
C
#define CODE_EXPANDER
|
|
#include <em.h>
|
|
#include <assert.h>
|
|
|
|
extern int B_locals_created;
|
|
|
|
void
|
|
C_end_narg()
|
|
{
|
|
assert( B_locals_created);
|
|
}
|