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