aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
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;