commit 5a51083ec33883d3fec3c74cb0891b317f4d1f35 parent d4cc28f367ff6e43d51afc8b4be018aa7385cf86 Author: William Casarin <jb55@jb55.com> Date: Sat, 1 Jun 2019 19:14:23 -0700 HOW DID THIS WORK BEFORE Diffstat:
M | lexer.l | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lexer.l b/lexer.l @@ -18,6 +18,8 @@ static char * copy_num(char *in, int len) { buf[j++] = c; } buf[j] = 0; + + return buf; }