Updated for C_ prototypes
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
extern int B_busy;
|
||||
|
||||
void
|
||||
C_close()
|
||||
{
|
||||
assert( B_busy);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_df_dlb( l)
|
||||
label l;
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_df_dnam( s)
|
||||
char *s;
|
||||
{
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_df_ilb( l)
|
||||
label l;
|
||||
{
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
extern int B_locals_created;
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_end( l)
|
||||
arith l;
|
||||
{
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
extern int B_locals_created;
|
||||
|
||||
void
|
||||
C_end_narg()
|
||||
{
|
||||
assert( B_locals_created);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_exa_dlb( l)
|
||||
label l;
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_exa_dnam( s)
|
||||
char *s;
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_exp( s)
|
||||
char *s;
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_ina_dlb( l)
|
||||
label l;
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_ina_dnam( s)
|
||||
char *s;
|
||||
{
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <system.h>
|
||||
#include "mach.h"
|
||||
|
||||
void
|
||||
C_init( wsize, psize)
|
||||
arith wsize, psize;
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_inp( s)
|
||||
char *s;
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <em.h>
|
||||
#include "back.h"
|
||||
|
||||
void
|
||||
C_insertpart( d)
|
||||
int d;
|
||||
|
||||
@@ -15,6 +16,7 @@ int d;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
C_beginpart( d)
|
||||
int d;
|
||||
|
||||
@@ -28,6 +30,7 @@ int d;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
C_endpart( d)
|
||||
int d;
|
||||
|
||||
@@ -41,6 +44,7 @@ int d;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
C_getid()
|
||||
{
|
||||
static int id = 0;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#define CODE_EXPANDER
|
||||
#include <em.h>
|
||||
|
||||
void
|
||||
C_magic()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
extern int B_locals_created;
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_pro( s, l)
|
||||
char *s;
|
||||
arith l;
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
extern int B_locals_created;
|
||||
extern int B_procno;
|
||||
|
||||
void
|
||||
C_pro_narg( s)
|
||||
char*s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user