From 8fa23aff4ac4f551c54d6cce18c1b54f91e3012c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 6 Apr 2005 13:28:35 +0000 Subject: [PATCH] INTEGRATION: CWS so8betaloc (1.10.12); FILE MERGED 2005/03/03 19:50:15 ihi 1.10.12.1: #i43418# brackets removed --- transex3/source/srclex.l | 12 ++++++------ 1 file 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 ); }