From 4ad8ed1fc2b509c54e555b0448296c911394e407 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 26 Oct 2002 03:41:34 +0000 Subject: [PATCH] *sigh* twice now forgot to remove that test code :P --- tools/qfcc/source/qc-lex.l | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/qfcc/source/qc-lex.l b/tools/qfcc/source/qc-lex.l index 87ee64ac8..9f65d4bc2 100644 --- a/tools/qfcc/source/qc-lex.l +++ b/tools/qfcc/source/qc-lex.l @@ -117,7 +117,6 @@ m ([\-+]?) yylval.integer_val -= 'a' - 'A'; c++; } - printf ("%x\n", yylval.integer_val); return INT_VAL; }