summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-06 13:28:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-06 13:28:35 +0000
commit8fa23aff4ac4f551c54d6cce18c1b54f91e3012c (patch)
tree5233a1c0102f4df88c3588d52d32569ec3813483 /transex3
parent98891e74bc12823431bd49fd716f18b98cae11e7 (diff)
INTEGRATION: CWS so8betaloc (1.10.12); FILE MERGED
2005/03/03 19:50:15 ihi 1.10.12.1: #i43418# brackets removed
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/srclex.l12
1 files changed, 6 insertions, 6 deletions
diff --git a/transex3/source/srclex.l b/transex3/source/srclex.l
index 323ff4e17548..c1f2023470db 100644
--- a/transex3/source/srclex.l
+++ b/transex3/source/srclex.l
@@ -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 );
}