summaryrefslogtreecommitdiff
path: root/utils/c2l
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-03-02 17:07:10 +0000
committerCharles.Forsyth <devnull@localhost>2007-03-02 17:07:10 +0000
commit2d6b6834bb23789df3b29a457c416470af0a8573 (patch)
treee892b29573e0cb3ba9541c3c52341b02e39caab6 /utils/c2l
parent718b68e251f9e16541c4e55abe859e471f8dc1cf (diff)
20070302a issue 17
Diffstat (limited to 'utils/c2l')
-rw-r--r--utils/c2l/c2l.c5
1 files changed, 1 insertions, 4 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