Updated for C_ prototypes
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_bss_cst( n, w, i)
|
||||
arith n, w;
|
||||
int i;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_bss_dlb( n, l, offs, i)
|
||||
arith n, offs;
|
||||
label l;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_bss_dnam( n, s, offs, i)
|
||||
arith n, offs;
|
||||
char *s;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_bss_ilb( n, l, i)
|
||||
arith n;
|
||||
label l;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_bss_pnam( n, s, i)
|
||||
arith n;
|
||||
char *s;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
C_con_cst( c)
|
||||
arith c;
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_con_dlb( g, o)
|
||||
label g;
|
||||
arith o;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_con_dnam( g, o)
|
||||
char *g;
|
||||
arith o;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_con_ilb( l)
|
||||
label l;
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_con_pnam( p)
|
||||
char *p;
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_con_scon( s, n)
|
||||
char *s;
|
||||
arith n;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_holno;
|
||||
|
||||
void
|
||||
C_hol_cst( n, w, i)
|
||||
arith n, w;
|
||||
int i;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_holno;
|
||||
|
||||
void
|
||||
C_hol_dlb( n, l, offs, i)
|
||||
arith n, offs;
|
||||
label l;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_holno;
|
||||
|
||||
void
|
||||
C_hol_dnam( n, s, offs, i)
|
||||
arith n, offs;
|
||||
char *s;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_holno, B_procno;
|
||||
|
||||
void
|
||||
C_hol_ilb( n, l, i)
|
||||
arith n;
|
||||
label l;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_holno;
|
||||
|
||||
void
|
||||
C_hol_pnam( n, s, i)
|
||||
arith n;
|
||||
char *s;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_rom_cst( c)
|
||||
arith c;
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_rom_dlb( g, o)
|
||||
label g;
|
||||
arith o;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_rom_dnam( g, o)
|
||||
char *g;
|
||||
arith o;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_rom_ilb( l)
|
||||
label l;
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_rom_pnam( p)
|
||||
char *p;
|
||||
{
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#define relocEM_PSIZE reloc4
|
||||
#endif
|
||||
|
||||
void
|
||||
C_rom_scon( s, n)
|
||||
char *s;
|
||||
arith n;
|
||||
|
||||
Reference in New Issue
Block a user