diff options
author | Pixel <> | 2001-04-13 12:03:09 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-13 12:03:09 +0000 |
commit | a984cf3f28d3a5935c84f96f6da3bc7bd39a9ff1 (patch) | |
tree | cf0157e6e7f9df0f6025b1191d5f6be17b9b057d /include/parser.h | |
parent | 905814760584d843409763d9f3c24b73b0780444 (diff) |
Assembleur.
Diffstat (limited to 'include/parser.h')
-rw-r--r-- | include/parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/parser.h b/include/parser.h index 30d626c..f045464 100644 --- a/include/parser.h +++ b/include/parser.h @@ -18,7 +18,6 @@ enum { OP_DIRECT }; -void push_pile(char *); -void act_pile(int); +void parse_line(char *); #endif
\ No newline at end of file |