declare procno, extend_ilb changed
This commit is contained in:
parent
582ed4da02
commit
4757be8bf6
|
@ -2,12 +2,14 @@
|
|||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
extern int procno;
|
||||
|
||||
C_df_ilb( l)
|
||||
label l;
|
||||
{
|
||||
char *s;
|
||||
|
||||
swtxt();
|
||||
symbol_definition(s = extnd_ilb( l));
|
||||
symbol_definition(s = extnd_ilb( l, procno));
|
||||
set_local_visible(s);
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "back.h"
|
||||
|
||||
extern int locals_created;
|
||||
extern int procno;
|
||||
|
||||
C_end( l)
|
||||
arith l;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "back.h"
|
||||
|
||||
extern int locals_created;
|
||||
extern int procno;
|
||||
|
||||
C_pro( s, l)
|
||||
char *s;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "back.h"
|
||||
|
||||
extern int locals_created;
|
||||
extern int procno;
|
||||
|
||||
C_pro_narg( s)
|
||||
char*s;
|
||||
|
|
Loading…
Reference in a new issue