declare procno, extend_ilb changed

This commit is contained in:
ceriel 1988-11-18 17:57:28 +00:00
parent 582ed4da02
commit 4757be8bf6
4 changed files with 6 additions and 1 deletions

View file

@ -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);
}

View file

@ -3,6 +3,7 @@
#include "back.h"
extern int locals_created;
extern int procno;
C_end( l)
arith l;

View file

@ -3,6 +3,7 @@
#include "back.h"
extern int locals_created;
extern int procno;
C_pro( s, l)
char *s;

View file

@ -3,6 +3,7 @@
#include "back.h"
extern int locals_created;
extern int procno;
C_pro_narg( s)
char*s;