summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/fe/lex.yy.cpp.diff
blob: 062d7890a140e4362f7f3b9030844dfadc30158c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
--- lex.yy.cpp	Sun May 16 19:42:18 1999
+++ lex.yy.cpp.new	Sun May 16 19:40:55 1999
@@ -850,7 +850,7 @@
 
 /* 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 \
@@ -1304,35 +1304,35 @@
   		  idl_global->set_lineno(idl_global->lineno() + 1);
 		  idl_store_pragma(ace_tao_yytext);
 		}
-	TAO_YY_BREAK
+	break;
 case 60:
 TAO_YY_RULE_SETUP
 #line 244 "fe/idl.ll"
 {
 		  idl_parse_line_and_file(ace_tao_yytext);
 		}
-	TAO_YY_BREAK
+	break;
 case 61:
 TAO_YY_RULE_SETUP
 #line 247 "fe/idl.ll"
 {
 		  idl_parse_line_and_file(ace_tao_yytext);
 		}
-	TAO_YY_BREAK
+	break;
 case 62:
 TAO_YY_RULE_SETUP
 #line 250 "fe/idl.ll"
 {
 		  idl_parse_line_and_file(ace_tao_yytext);
 		}
-	TAO_YY_BREAK
+	break;
 case 63:
 TAO_YY_RULE_SETUP
 #line 253 "fe/idl.ll"
 {
 		  idl_parse_line_and_file(ace_tao_yytext);
 	        }
-	TAO_YY_BREAK
+	break;
 case 64:
 TAO_YY_RULE_SETUP
 #line 256 "fe/idl.ll"
@@ -1340,7 +1340,7 @@
 		  /* ignore cpp ident */
   		  idl_global->set_lineno(idl_global->lineno() + 1);
 		}
-	TAO_YY_BREAK
+	break;
 case 65:
 TAO_YY_RULE_SETUP
 #line 260 "fe/idl.ll"
@@ -1348,7 +1348,7 @@
 		  /* ignore comments */
   		  idl_global->set_lineno(idl_global->lineno() + 1);
 		}
-	TAO_YY_BREAK
+	break;
 case 66:
 TAO_YY_RULE_SETUP
 #line 264 "fe/idl.ll"
@@ -1366,19 +1366,19 @@
 		    }
 	          }
 	        }
-	TAO_YY_BREAK
+	break;
 case 67:
 TAO_YY_RULE_SETUP
 #line 278 "fe/idl.ll"
 ;
-	TAO_YY_BREAK
+	break;
 case 68:
 TAO_YY_RULE_SETUP
 #line 279 "fe/idl.ll"
 {
   		  idl_global->set_lineno(idl_global->lineno() + 1);
 		}
-	TAO_YY_BREAK
+	break;
 case 69:
 TAO_YY_RULE_SETUP
 #line 282 "fe/idl.ll"
@@ -1388,7 +1388,7 @@
 TAO_YY_RULE_SETUP
 #line 284 "fe/idl.ll"
 TAO_YY_ECHO;
-	TAO_YY_BREAK
+	break;
 case TAO_YY_STATE_EOF(INITIAL):
 	tao_yyterminate();