1988-02-03 12:48:58 +00:00
|
|
|
#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
|
|
|
}
|