Cut at comma

This commit is contained in:
Dale Weiler 2012-04-28 06:35:42 -04:00
parent 261e47d9b4
commit b4caecf088

2
asm.c
View file

@ -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