*sigh* twice now forgot to remove that test code :P

This commit is contained in:
Bill Currie 2002-10-26 03:41:34 +00:00
parent 2679ade8cd
commit 4ad8ed1fc2

View file

@ -117,7 +117,6 @@ m ([\-+]?)
yylval.integer_val -= 'a' - 'A';
c++;
}
printf ("%x\n", yylval.integer_val);
return INT_VAL;
}