From b4caecf088b4bcd43104b5f85c1b7dcef41ce807 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 28 Apr 2012 06:35:42 -0400 Subject: [PATCH] Cut at comma --- asm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asm.c b/asm.c index 573da33..0b48ca9 100644 --- a/asm.c +++ b/asm.c @@ -161,6 +161,8 @@ static inline bool asm_parse_func(const char *skip, size_t line, asm_state *stat mem_d(name); return false; } + *strchr(name, ',')='\0'; + /* * Now add the following items to the code system: * function -- 2.39.2