diff options
author | Pixel <Pixel> | 2001-04-29 23:06:10 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-04-29 23:06:10 +0000 |
commit | 6a27e9676e432ae176ff00d8fd7336a7a86bf9a2 (patch) | |
tree | 969ed7289a852b76747d49c473f4da8178c8a641 | |
parent | 084057754afdb911349d05aedf7b1c00c7b73f96 (diff) |
Parser multi-ligne
-rw-r--r-- | lib/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.c b/lib/parser.c index 9e8cf37..ef1502e 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -188,7 +188,7 @@ void parse_line(char *line) { char buffer[BUFSIZ], imm[BUFSIZ], *d = line; op_t op; - int got_unary = 128, nbrargs; + static int got_unary = 128, nbrargs; sprintf(buffer, "Read line '%s'", line); pushcontext(buffer); |