aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-14 21:35:15 +1300
committerAndrew Chambers <[email protected]>2021-10-14 21:35:15 +1300
commiteefef08f5a465eefe1eaf3d86950af6f6c30ee46 (patch)
tree7d19c38f9288367286a9e6c25578dbb327a1c644 /parse.c
parent9fad209177414598f40241f1b2f2c4034b587e2d (diff)
Use different style arg parsing.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index c34923d..8704298 100644
--- a/parse.c
+++ b/parse.c
@@ -117,7 +117,7 @@ static String decodestring(char *s) {
#define YY_CTX_MEMBERS Parsev v;
#include "asm.peg.inc"
-AsmLine *parse(void) {
+AsmLine *parseasm(void) {
AsmLine *result, *l, *prevl;
yycontext ctx;