summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pre.l b/src/pre.l
index 377863e..6b8b20d 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1578,8 +1578,8 @@ BN [ \t\r\n]
g_defText+=yytext;
g_defLitText+=yytext;
}
-<DefineText>"/*" {
- outputChar('/');outputChar('*');
+<DefineText>"/*"|"/**<"|"/*!<" {
+ outputArray(yytext,yyleng);
g_defText+=' ';
g_defLitText+=' ';
g_lastCContext=YY_START;