summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-15 16:42:07 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-15 16:42:07 +0000
commit035efb980f34736981ce9cdedaf15a33385707ef (patch)
tree69caef0595635db207a7052879361d4f458274ff /TAO/TAO_IDL/fe
parent7de41cd2f63f8708495e997941af4b3aca9a4d76 (diff)
downloadATCD-035efb980f34736981ce9cdedaf15a33385707ef.tar.gz
Fixed TAO_YY_BREAK, again.
Diffstat (limited to 'TAO/TAO_IDL/fe')
-rw-r--r--TAO/TAO_IDL/fe/lex.yy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/fe/lex.yy.cpp b/TAO/TAO_IDL/fe/lex.yy.cpp
index 868409f6c93..ce17fce391f 100644
--- a/TAO/TAO_IDL/fe/lex.yy.cpp
+++ b/TAO/TAO_IDL/fe/lex.yy.cpp
@@ -850,7 +850,7 @@ TAO_YY_MALLOC_DECL
/* Code executed at the end of each rule. */
#ifndef TAO_YY_BREAK
-#define TAO_YY_BREAK break;
+#define TAO_YY_BREAK ACE_NOTREACHED (break;)
#endif
#define TAO_YY_RULE_SETUP \