CODE_EXPANDER must be defined before including <em.h>.

This commit is contained in:
kaashoek 1988-02-03 12:48:58 +00:00
parent 990080cc04
commit b3f21c47fc
51 changed files with 58 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_cst( l) C_cst( l)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_dlb( l, val) C_dlb( l, val)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_dnam( str, val) C_dnam( str, val)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_fcon( val, siz) C_fcon( val, siz)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_icon( val, siz) C_icon( val, siz)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_ilb( l) C_ilb( l)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_mes_begin( ms) C_mes_begin( ms)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_mes_end() C_mes_end()

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_pnam( str) C_pnam( str)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_scon( str, siz) C_scon( str, siz)

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
C_ucon( val, siz) C_ucon( val, siz)

View file

@ -1,3 +1,6 @@
#define CODE_EXPANDER
#include <em.h>
extern int busy; extern int busy;
int C_busy() int C_busy()

View file

@ -1,3 +1,5 @@
#define CODE_EXPANDER
#include <em.h>
#include <assert.h> #include <assert.h>
extern int busy; extern int busy;

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,5 @@
#define CODE_EXPANDER
#include <em.h>
#include <assert.h> #include <assert.h>
extern int locals_created; extern int locals_created;

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include <system.h> #include <system.h>
#include "mach.h" #include "mach.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,6 @@
#define CODE_EXPANDER
#include <em.h>
C_magic() C_magic()
{ {
} }

View file

@ -1,3 +1,5 @@
#define CODE_EXPANDER
#include <em.h>
#include <assert.h> #include <assert.h>
#include <system.h> #include <system.h>

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"

View file

@ -1,3 +1,4 @@
#define CODE_EXPANDER
#include <em.h> #include <em.h>
#include "mach.h" #include "mach.h"
#include "back.h" #include "back.h"