diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-03-02 17:07:10 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-03-02 17:07:10 +0000 |
| commit | 2d6b6834bb23789df3b29a457c416470af0a8573 (patch) | |
| tree | e892b29573e0cb3ba9541c3c52341b02e39caab6 /utils | |
| parent | 718b68e251f9e16541c4e55abe859e471f8dc1cf (diff) | |
20070302a issue 17
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/c2l/c2l.c | 5 | ||||
| -rw-r--r-- | utils/mkfile | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/utils/c2l/c2l.c b/utils/c2l/c2l.c index f870d640..83409dbb 100644 --- a/utils/c2l/c2l.c +++ b/utils/c2l/c2l.c @@ -20,7 +20,6 @@ char buf[128], mbuf[128]; static Sym *sysop, *bioop, *libcop; static int again; -#define INFINITY 0x7fffffff #define STAR 0x80 #define RET 0x80 @@ -1053,7 +1052,7 @@ epgen(int b) { char **p; - /* output(INFINITY, 1); */ + /* output(0x7fffffff, 1); */ /* INFINITY */ if(!dolog()) return; if(b){ @@ -1402,7 +1401,6 @@ ltype(Type *t) default: return t; } - return t; } static int @@ -4633,7 +4631,6 @@ hasbrk(Node *n) default: return 0; } - return 0; } static int diff --git a/utils/mkfile b/utils/mkfile index cf6bdf0d..cc67410d 100644 --- a/utils/mkfile +++ b/utils/mkfile @@ -25,12 +25,6 @@ ALWAYS=\ # 5i\ 5coff\ 5cv\ - ka\ - kc\ - kl\ - qa\ - qc\ - ql\ sqz\ tc\ acid\ @@ -53,9 +47,15 @@ NOTPLAN9=\ 8a\ 8c\ 8l\ + qa\ + qc\ + ql\ va\ vc\ vl\ + ka\ + kc\ + kl\ mk\ ksize\ kstrip\ |
