previous fix was wrong; corrected

This commit is contained in:
ceriel 1989-01-26 10:58:30 +00:00
parent 2ec4640e7e
commit 3373e11923
7 changed files with 0 additions and 7 deletions

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
common(n) common(n)
arith n; arith n;

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
gen1( w) gen1( w)
ONE_BYTE w; ONE_BYTE w;

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
gen2( w) gen2( w)
TWO_BYTES w; TWO_BYTES w;

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
gen4( w) gen4( w)
FOUR_BYTES w; FOUR_BYTES w;

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
reloc1( s, o, r) reloc1( s, o, r)
char *s; char *s;

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
reloc2( s, o, r) reloc2( s, o, r)
char *s; char *s;

View file

@ -1,5 +1,4 @@
#include "header.h" #include "header.h"
#include <em.h>
reloc4( s, o, r) reloc4( s, o, r)
char *s; char *s;