From 2c26de2c2bcf0e8f9a63c29910bfbb4a9532291d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 12 Jun 2001 22:26:52 +0000 Subject: [PATCH] oops --- tools/qfcc/source/qc-lex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/qfcc/source/qc-lex.l b/tools/qfcc/source/qc-lex.l index ee90a194f..0989c6d52 100644 --- a/tools/qfcc/source/qc-lex.l +++ b/tools/qfcc/source/qc-lex.l @@ -11,9 +11,9 @@ ID [a-zA-Z_][a-zA-Z_0-9]* %% -{DIGIT}+"."{DIGIT}* return VALUE; +{DIGIT}+"."{DIGIT}* return IMMEDIATE; -{ID} return NAME +{ID} return NAME; \"(\.|[^"])*\"