INTEGRATION: CWS so8betaloc (1.10.12); FILE MERGED

2005/03/03 19:50:15 ihi 1.10.12.1: #i43418# brackets removed
This commit is contained in:
Jens-Heiner Rechtien
2005-04-06 13:28:35 +00:00
parent 98891e74bc
commit 8fa23aff4a

View File

@@ -81,12 +81,12 @@ void YYWarning();
}
}
(^[\t ]*"#ifndef".+$) |
(^[\t ]*"#ifdef".+$) |
(^[\t ]*"#if".+$) |
(^[\t ]*"#elif".*$) |
(^[\t ]*"#else".*$) |
(^[\t ]*"#endif".*$) {
^[\t ]*"#ifndef".+$ |
^[\t ]*"#ifdef".+$ |
^[\t ]*"#if".+$ |
^[\t ]*"#elif".*$ |
^[\t ]*"#else".*$ |
^[\t ]*"#endif".*$ {
WorkOnTokenSet( CONDITION, yytext );
}