From d75660807c3a4b8e6e5cf956e6d8ab2ec6d6f4b5 Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 10 Feb 2006 20:58:52 +0000 Subject: [PATCH] CDL extractor improvement Extractor becames able to catch comment keyword with more than one blank space lex only --- src/CDLFront/CDL.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CDLFront/CDL.lex b/src/CDLFront/CDL.lex index 67e98ae..c671891 100755 --- a/src/CDLFront/CDL.lex +++ b/src/CDLFront/CDL.lex @@ -33,7 +33,7 @@ extern void CDLerror ( char* ); /* The specials key words */ COMMENTER [-][-] -DOCUMENTATION [-][-][-][ \t]?[P][u][r][p][o][s][e].*[\n] +DOCUMENTATION [-][-][-][ \t]*[P][u][r][p][o][s][e].*[\n] DOCUMENTATION1 [-]{2,}[ \t]{1,}.*[\n] FCPLUSPLUS [-][-][-][C][+][+][ \t]* CPLUSPLUS [-][-][-][C][+][+][ \t]*[:][ \t]* -- 2.39.5