Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / ETCL / ETCL_y.cpp.diff
blob6d6dcc055c4a46a6442c16c803e54e109930691b
1 --- bison_gen\ETCL_y.cpp 2005-07-19 09:56:06.368807400 -0700
2 +++ ETCL_y.cpp 2005-07-19 09:45:00.160274900 -0700
3 @@ -1,5 +1,6 @@
5 -/* A Bison parser, made from ETCL.yy
6 +/* A Bison parser, made from ETCL/ETCL.yy
7 by GNU Bison version 1.28 */
9 #define YYBISON 1 /* Identify Bison output. */
10 @@ -48,9 +49,9 @@
11 #define TAO_ETCL_TYPE_ID 298
12 #define TAO_ETCL_REPOS_ID 299
14 -#line 1 "ETCL.yy"
15 +//#line 1 "ETCL/ETCL.yy"
17 -// ETCL.yy,v 1.3 2002/01/14 19:52:28 parsons Exp
18 // ========================================================================
20 // = LIBRARY
21 @@ -70,6 +71,7 @@
22 #include "ETCL_Interpreter.h"
24 extern int yylex (void);
25 +extern void yyflush_current_buffer (void);
27 static void yyerror (const char *)
29 @@ -77,9 +79,6 @@
30 // Ignore error messages
33 -#ifndef YYSTYPE
34 -#define YYSTYPE int
35 -#endif
36 #include <stdio.h>
38 #ifndef __cplusplus
39 @@ -293,8 +292,9 @@
40 -1, -1, 29, 3, 4, 5, 6, 7, 8, -1,
41 -1, -1, -1, 40, 49, 50, 51, 52, 53, 54
43 -/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
44 -#line 3 "/usr/local/share/bison.simple"
45 +/* -*-C-*- Note some compilers choke on comments on `//#line' lines. */
46 +//#line 3 "/pkg/gnu/share/bison.simple"
47 +/* This file comes from bison-1.28. */
49 /* Skeleton output parser for bison,
50 Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
51 @@ -311,46 +311,66 @@
53 You should have received a copy of the GNU General Public License
54 along with this program; if not, write to the Free Software
55 - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
56 + Foundation, Inc., 59 Temple Place - Suite 330,
57 + Boston, MA 02111-1307, USA. */
59 /* As a special exception, when this file is copied by Bison into a
60 Bison output file, you may use that output file without restriction.
61 This special exception was added by the Free Software Foundation
62 in version 1.24 of Bison. */
64 -#ifndef alloca
65 +/* This is the parser code that is written into each bison parser
66 + when the %semantic_parser declaration is not specified in the grammar.
67 + It was written by Richard Stallman by simplifying the hairy parser
68 + used when %semantic_parser is specified. */
70 +#ifndef YYSTACK_USE_ALLOCA
71 +#ifdef alloca
72 +#define YYSTACK_USE_ALLOCA
73 +#else /* alloca not defined */
74 #ifdef __GNUC__
75 +#define YYSTACK_USE_ALLOCA
76 #define alloca __builtin_alloca
77 #else /* not GNU C. */
78 -#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi)
79 +#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
80 +#define YYSTACK_USE_ALLOCA
81 #include <alloca.h>
82 #else /* not sparc */
83 -#if defined (MSDOS) && !defined (__TURBOC__)
84 +/* We think this test detects Watcom and Microsoft C. */
85 +/* This used to test MSDOS, but that is a bad idea
86 + since that symbol is in the user namespace. */
87 +#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
88 +#if 0 /* No need for malloc.h, which pollutes the namespace;
89 + instead, just don't use alloca. */
90 #include <malloc.h>
91 +#endif
92 #else /* not MSDOS, or __TURBOC__ */
93 #if defined(_AIX)
94 -#include <malloc.h>
95 +/* I don't know what this was needed for, but it pollutes the namespace.
96 + So I turned it off. rms, 2 May 1997. */
97 +/* #include <malloc.h> */
98 #pragma alloca
99 -#else /* not MSDOS, __TURBOC__, or _AIX */
100 -#ifdef __hpux
101 -#ifdef __cplusplus
102 -extern "C" {
103 -void *alloca (unsigned int);
105 -#else /* not __cplusplus */
106 -void *alloca ();
107 -#endif /* not __cplusplus */
108 +#define YYSTACK_USE_ALLOCA
109 +#else /* not MSDOS, or __TURBOC__, or _AIX */
110 +#if 0
111 +#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
112 + and on HPUX 10. Eventually we can turn this on. */
113 +#define YYSTACK_USE_ALLOCA
114 +#define alloca __builtin_alloca
115 #endif /* __hpux */
116 +#endif
117 #endif /* not _AIX */
118 #endif /* not MSDOS, or __TURBOC__ */
119 -#endif /* not sparc. */
120 -#endif /* not GNU C. */
121 -#endif /* alloca not defined. */
122 +#endif /* not sparc */
123 +#endif /* not GNU C */
124 +#endif /* alloca not defined */
125 +#endif /* YYSTACK_USE_ALLOCA not defined */
127 -/* This is the parser code that is written into each bison parser
128 - when the %semantic_parser declaration is not specified in the grammar.
129 - It was written by Richard Stallman by simplifying the hairy parser
130 - used when %semantic_parser is specified. */
131 +#ifdef YYSTACK_USE_ALLOCA
132 +#define YYSTACK_ALLOC alloca
133 +#else
134 +#define YYSTACK_ALLOC malloc
135 +#endif
137 /* Note: there must be only one dollar sign in this file.
138 It is replaced by the list of actions, each action
139 @@ -360,8 +380,8 @@
140 #define yyclearin (yychar = YYEMPTY)
141 #define YYEMPTY -2
142 #define YYEOF 0
143 -#define YYACCEPT return(0)
144 -#define YYABORT return(1)
145 +#define YYACCEPT goto yyacceptlab
146 +#define YYABORT goto yyabortlab
147 #define YYERROR goto yyerrlab1
148 /* Like YYERROR except do call yyerror.
149 This remains here temporarily to ease the
150 @@ -411,6 +431,10 @@
151 int yychar; /* the lookahead symbol */
152 YYSTYPE yylval; /* the semantic value of the */
153 /* lookahead symbol */
154 +YYSTYPE yyval; /* the variable used to return */
155 + /* semantic values from the action */
156 + /* routines */
159 #ifdef YYLSP_NEEDED
160 YYLTYPE yylloc; /* location data for the lookahead */
161 @@ -443,11 +467,11 @@
162 #define YYMAXDEPTH 10000
163 #endif
165 -/* Prevent warning if -Wstrict-prototypes. */
166 -#ifdef __GNUC__
167 -int yyparse (void);
168 -#endif
170 +/* Define __yy_memcpy. Note that the size argument
171 + should be passed with type unsigned int, because that is what the non-GCC
172 + definitions require. With GCC, __builtin_memcpy takes an arg
173 + of type size_t, but it can handle unsigned int. */
175 #if __GNUC__ > 1 /* GNU C and GNU C++ define this. */
176 #define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)
177 #else /* not GNU C or C++ */
178 @@ -459,7 +483,7 @@
179 __yy_memcpy (to, from, count)
180 char *to;
181 char *from;
182 - int count;
183 + unsigned int count;
185 ACE_REGISTER char *f = from;
186 ACE_REGISTER char *t = to;
187 @@ -474,10 +498,10 @@
188 /* This is the most reliable way to avoid incompatibilities
189 in available built-in functions on various systems. */
190 static void
191 -__yy_memcpy (char *to, char *from, int count)
192 +__yy_memcpy (char *to, char *from, unsigned int count)
194 - ACE_REGISTER char *f = from;
195 ACE_REGISTER char *t = to;
196 + ACE_REGISTER char *f = from;
197 ACE_REGISTER int i = count;
199 while (i-- > 0)
200 @@ -486,8 +510,8 @@
202 #endif
203 #endif
205 -#line 196 "/usr/local/share/bison.simple"
207 +//#line 217 "/pkg/gnu/share/bison.simple"
209 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
210 into yyparse. The argument should have type void *.
211 @@ -508,6 +532,15 @@
212 #define YYPARSE_PARAM_DECL
213 #endif /* not YYPARSE_PARAM */
215 +/* Prevent warning if -Wstrict-prototypes. */
216 +#ifdef __GNUC__
217 +#ifdef YYPARSE_PARAM
218 +int yyparse (void *);
219 +#else
220 +int yyparse (void);
221 +#endif
222 +#endif
225 yyparse(YYPARSE_PARAM_ARG)
226 YYPARSE_PARAM_DECL
227 @@ -536,6 +569,7 @@
228 #endif
230 int yystacksize = YYINITDEPTH;
231 + int yyfree_stacks = 0;
233 #ifdef YYPURE
234 int yychar;
235 @@ -546,10 +580,6 @@
236 #endif
237 #endif
239 - YYSTYPE yyval; /* the variable used to return */
240 - /* semantic values from the action */
241 - /* routines */
243 int yylen;
245 #if YYDEBUG != 0
246 @@ -620,18 +650,32 @@
247 if (yystacksize >= YYMAXDEPTH)
249 yyerror("parser stack overflow");
250 + if (yyfree_stacks)
252 + free (yyss);
253 + free (yyvs);
254 +#ifdef YYLSP_NEEDED
255 + free (yyls);
256 +#endif
258 return 2;
260 yystacksize *= 2;
261 if (yystacksize > YYMAXDEPTH)
262 yystacksize = YYMAXDEPTH;
263 - yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
264 - __yy_memcpy ((char *)yyss, (char *)yyss1, size * sizeof (*yyssp));
265 - yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
266 - __yy_memcpy ((char *)yyvs, (char *)yyvs1, size * sizeof (*yyvsp));
267 +#ifndef YYSTACK_USE_ALLOCA
268 + yyfree_stacks = 1;
269 +#endif
270 + yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
271 + __yy_memcpy ((char *)yyss, (char *)yyss1,
272 + size * (unsigned int) sizeof (*yyssp));
273 + yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
274 + __yy_memcpy ((char *)yyvs, (char *)yyvs1,
275 + size * (unsigned int) sizeof (*yyvsp));
276 #ifdef YYLSP_NEEDED
277 - yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
278 - __yy_memcpy ((char *)yyls, (char *)yyls1, size * sizeof (*yylsp));
279 + yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
280 + __yy_memcpy ((char *)yyls, (char *)yyls1,
281 + size * (unsigned int) sizeof (*yylsp));
282 #endif
283 #endif /* no yyoverflow */
285 @@ -792,225 +836,225 @@
286 switch (yyn) {
288 case 3:
289 -#line 97 "ETCL.yy"
290 +//#line 97 "ETCL/ETCL.yy"
291 { yyval.constraint = new TAO_ETCL_Preference (TAO_ETCL_MIN, yyvsp[0].constraint); ;
292 break;}
293 case 4:
294 -#line 99 "ETCL.yy"
295 +//#line 99 "ETCL/ETCL.yy"
296 { yyval.constraint = new TAO_ETCL_Preference (TAO_ETCL_MAX, yyvsp[0].constraint); ;
297 break;}
298 case 5:
299 -#line 101 "ETCL.yy"
300 +//#line 101 "ETCL/ETCL.yy"
301 { yyval.constraint = new TAO_ETCL_Preference (TAO_ETCL_WITH, yyvsp[0].constraint); ;
302 break;}
303 case 6:
304 -#line 103 "ETCL.yy"
305 +//#line 103 "ETCL/ETCL.yy"
306 { yyval.constraint = new TAO_ETCL_Preference (TAO_ETCL_FIRST); ;
307 break;}
308 case 7:
309 -#line 105 "ETCL.yy"
310 +//#line 105 "ETCL/ETCL.yy"
311 { yyval.constraint = new TAO_ETCL_Preference (TAO_ETCL_RANDOM); ;
312 break;}
313 case 8:
314 -#line 109 "ETCL.yy"
315 +//#line 109 "ETCL/ETCL.yy"
316 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_OR, yyvsp[-2].constraint, yyvsp[0].constraint); ;
317 break;}
318 case 10:
319 -#line 114 "ETCL.yy"
320 +//#line 114 "ETCL/ETCL.yy"
321 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_AND, yyvsp[-2].constraint, yyvsp[0].constraint); ;
322 break;}
323 case 12:
324 -#line 119 "ETCL.yy"
325 +//#line 119 "ETCL/ETCL.yy"
326 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_EQ, yyvsp[-2].constraint, yyvsp[0].constraint); ;
327 break;}
328 case 13:
329 -#line 121 "ETCL.yy"
330 +//#line 121 "ETCL/ETCL.yy"
331 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_NE, yyvsp[-2].constraint, yyvsp[0].constraint); ;
332 break;}
333 case 14:
334 -#line 123 "ETCL.yy"
335 +//#line 123 "ETCL/ETCL.yy"
336 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_GT, yyvsp[-2].constraint, yyvsp[0].constraint); ;
337 break;}
338 case 15:
339 -#line 125 "ETCL.yy"
340 +//#line 125 "ETCL/ETCL.yy"
341 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_GE, yyvsp[-2].constraint, yyvsp[0].constraint); ;
342 break;}
343 case 16:
344 -#line 127 "ETCL.yy"
345 +//#line 127 "ETCL/ETCL.yy"
346 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_LT, yyvsp[-2].constraint, yyvsp[0].constraint); ;
347 break;}
348 case 17:
349 -#line 129 "ETCL.yy"
350 +//#line 129 "ETCL/ETCL.yy"
351 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_LE, yyvsp[-2].constraint, yyvsp[0].constraint); ;
352 break;}
353 case 19:
354 -#line 134 "ETCL.yy"
355 +//#line 134 "ETCL/ETCL.yy"
356 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_IN, yyvsp[-2].constraint, yyvsp[0].constraint); ;
357 break;}
358 case 20:
359 -#line 136 "ETCL.yy"
360 +//#line 136 "ETCL/ETCL.yy"
361 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_IN, yyvsp[-3].constraint, yyvsp[0].constraint); ;
362 break;}
363 case 22:
364 -#line 141 "ETCL.yy"
365 +//#line 141 "ETCL/ETCL.yy"
366 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_TWIDDLE, yyvsp[-2].constraint, yyvsp[0].constraint); ;
367 break;}
368 case 24:
369 -#line 146 "ETCL.yy"
370 +//#line 146 "ETCL/ETCL.yy"
371 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_PLUS, yyvsp[-2].constraint, yyvsp[0].constraint); ;
372 break;}
373 case 25:
374 -#line 148 "ETCL.yy"
375 +//#line 148 "ETCL/ETCL.yy"
376 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_MINUS, yyvsp[-2].constraint, yyvsp[0].constraint); ;
377 break;}
378 case 27:
379 -#line 153 "ETCL.yy"
380 +//#line 153 "ETCL/ETCL.yy"
381 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_MULT, yyvsp[-2].constraint, yyvsp[0].constraint); ;
382 break;}
383 case 28:
384 -#line 155 "ETCL.yy"
385 +//#line 155 "ETCL/ETCL.yy"
386 { yyval.constraint = new TAO_ETCL_Binary_Expr (TAO_ETCL_DIV, yyvsp[-2].constraint, yyvsp[0].constraint); ;
387 break;}
388 case 30:
389 -#line 160 "ETCL.yy"
390 +//#line 160 "ETCL/ETCL.yy"
391 { yyval.constraint = new TAO_ETCL_Unary_Expr (TAO_ETCL_NOT, yyvsp[0].constraint); ;
392 break;}
393 case 32:
394 -#line 165 "ETCL.yy"
395 +//#line 165 "ETCL/ETCL.yy"
396 { yyval.constraint = yyvsp[-1].constraint; ;
397 break;}
398 case 33:
399 -#line 167 "ETCL.yy"
400 +//#line 167 "ETCL/ETCL.yy"
401 { yyval.constraint = yyvsp[0].constraint; ;
402 break;}
403 case 34:
404 -#line 169 "ETCL.yy"
405 +//#line 169 "ETCL/ETCL.yy"
406 { yyval.constraint = new TAO_ETCL_Unary_Expr (TAO_ETCL_PLUS, yyvsp[0].constraint); ;
407 break;}
408 case 35:
409 -#line 171 "ETCL.yy"
410 +//#line 171 "ETCL/ETCL.yy"
411 { yyval.constraint = new TAO_ETCL_Unary_Expr (TAO_ETCL_MINUS, yyvsp[0].constraint); ;
412 break;}
413 case 36:
414 -#line 173 "ETCL.yy"
415 +//#line 173 "ETCL/ETCL.yy"
416 { yyval.constraint = yyvsp[0].constraint; ;
417 break;}
418 case 37:
419 -#line 175 "ETCL.yy"
420 +//#line 175 "ETCL/ETCL.yy"
421 { yyval.constraint = new TAO_ETCL_Unary_Expr (TAO_ETCL_PLUS, yyvsp[0].constraint); ;
422 break;}
423 case 38:
424 -#line 177 "ETCL.yy"
425 +//#line 177 "ETCL/ETCL.yy"
426 { yyval.constraint = new TAO_ETCL_Unary_Expr (TAO_ETCL_MINUS, yyvsp[0].constraint); ;
427 break;}
428 case 39:
429 -#line 179 "ETCL.yy"
430 +//#line 179 "ETCL/ETCL.yy"
431 { yyval.constraint = yyvsp[0].constraint; ;
432 break;}
433 case 40:
434 -#line 181 "ETCL.yy"
435 +//#line 181 "ETCL/ETCL.yy"
436 { yyval.constraint = yyvsp[0].constraint; ;
437 break;}
438 case 41:
439 -#line 183 "ETCL.yy"
440 +//#line 183 "ETCL/ETCL.yy"
441 { yyval.constraint = new TAO_ETCL_Exist (yyvsp[0].constraint); ;
442 break;}
443 case 42:
444 -#line 185 "ETCL.yy"
445 +//#line 185 "ETCL/ETCL.yy"
446 { yyval.constraint = new TAO_ETCL_Exist (yyvsp[0].constraint); ;
447 break;}
448 case 43:
449 -#line 187 "ETCL.yy"
450 +//#line 187 "ETCL/ETCL.yy"
451 { yyval.constraint = new TAO_ETCL_Default (yyvsp[0].constraint); ;
452 break;}
453 case 44:
454 -#line 189 "ETCL.yy"
455 +//#line 189 "ETCL/ETCL.yy"
456 { yyval.constraint = new TAO_ETCL_Eval (yyvsp[0].constraint); ;
457 break;}
458 case 45:
459 -#line 191 "ETCL.yy"
460 +//#line 191 "ETCL/ETCL.yy"
461 { yyval.constraint = yyvsp[0].constraint; ;
462 break;}
463 case 46:
464 -#line 195 "ETCL.yy"
465 +//#line 195 "ETCL/ETCL.yy"
466 { yyval.constraint = 0; ;
467 break;}
468 case 47:
469 -#line 197 "ETCL.yy"
470 +//#line 197 "ETCL/ETCL.yy"
471 { yyval.constraint = new TAO_ETCL_Dot (yyvsp[0].constraint); ;
472 break;}
473 case 48:
474 -#line 200 "ETCL.yy"
475 +//#line 200 "ETCL/ETCL.yy"
476 { yyval.constraint = new TAO_ETCL_Component (yyvsp[-1].constraint, yyvsp[0].constraint); ;
477 break;}
478 case 51:
479 -#line 207 "ETCL.yy"
480 +//#line 207 "ETCL/ETCL.yy"
481 { yyval.constraint = 0; ;
482 break;}
483 case 52:
484 -#line 209 "ETCL.yy"
485 +//#line 209 "ETCL/ETCL.yy"
486 { yyval.constraint = new TAO_ETCL_Dot (yyvsp[0].constraint); ;
487 break;}
488 case 55:
489 -#line 216 "ETCL.yy"
490 +//#line 216 "ETCL/ETCL.yy"
491 { yyval.constraint = new TAO_ETCL_Component (yyvsp[-1].constraint, yyvsp[0].constraint); ;
492 break;}
493 case 56:
494 -#line 218 "ETCL.yy"
495 +//#line 218 "ETCL/ETCL.yy"
496 { yyval.constraint = new TAO_ETCL_Special (TAO_ETCL_LENGTH); ;
497 break;}
498 case 57:
499 -#line 220 "ETCL.yy"
500 +//#line 220 "ETCL/ETCL.yy"
501 { yyval.constraint = new TAO_ETCL_Special (TAO_ETCL_DISCRIMINANT); ;
502 break;}
503 case 58:
504 -#line 222 "ETCL.yy"
505 +//#line 222 "ETCL/ETCL.yy"
506 { yyval.constraint = new TAO_ETCL_Special (TAO_ETCL_TYPE_ID); ;
507 break;}
508 case 59:
509 -#line 224 "ETCL.yy"
510 +//#line 224 "ETCL/ETCL.yy"
511 { yyval.constraint = new TAO_ETCL_Special (TAO_ETCL_REPOS_ID); ;
512 break;}
513 case 62:
514 -#line 230 "ETCL.yy"
515 +//#line 230 "ETCL/ETCL.yy"
516 { yyval.constraint = new TAO_ETCL_Component_Array (yyvsp[-2].constraint, yyvsp[0].constraint); ;
517 break;}
518 case 63:
519 -#line 234 "ETCL.yy"
520 +//#line 234 "ETCL/ETCL.yy"
521 { yyval.constraint = new TAO_ETCL_Component_Assoc (yyvsp[-2].constraint, yyvsp[0].constraint); ;
522 break;}
523 case 64:
524 -#line 238 "ETCL.yy"
525 +//#line 238 "ETCL/ETCL.yy"
526 { yyval.constraint = new TAO_ETCL_Component_Pos (yyvsp[-1].constraint, yyvsp[0].constraint); ;
527 break;}
528 case 65:
529 -#line 242 "ETCL.yy"
530 +//#line 242 "ETCL/ETCL.yy"
531 { yyval.constraint = new TAO_ETCL_Union_Pos (yyvsp[-2].constraint, yyvsp[0].constraint); ;
532 break;}
533 case 66:
534 -#line 246 "ETCL.yy"
535 +//#line 246 "ETCL/ETCL.yy"
536 { yyval.constraint = 0; ;
537 break;}
538 case 67:
539 -#line 248 "ETCL.yy"
540 +//#line 248 "ETCL/ETCL.yy"
541 { yyval.constraint = new TAO_ETCL_Union_Value (+1, yyvsp[0].constraint); ;
542 break;}
543 case 68:
544 -#line 250 "ETCL.yy"
545 +//#line 250 "ETCL/ETCL.yy"
546 { yyval.constraint = new TAO_ETCL_Union_Value (+1, yyvsp[0].constraint); ;
547 break;}
548 case 69:
549 -#line 252 "ETCL.yy"
550 +//#line 252 "ETCL/ETCL.yy"
551 { yyval.constraint = new TAO_ETCL_Union_Value (-1, yyvsp[0].constraint); ;
552 break;}
553 case 70:
554 -#line 254 "ETCL.yy"
555 +//#line 254 "ETCL/ETCL.yy"
556 { yyval.constraint = new TAO_ETCL_Union_Value (yyvsp[0].constraint); ;
557 break;}
559 /* the action file gets copied in in place of this dollarsign */
560 -#line 498 "/usr/local/share/bison.simple"
562 +//#line 543 "/pkg/gnu/share/bison.simple"
564 yyvsp -= yylen;
565 yyssp -= yylen;
566 #ifdef YYLSP_NEEDED
567 @@ -1204,7 +1248,37 @@
569 yystate = yyn;
570 goto yynewstate;
572 + yyacceptlab:
573 + /* YYACCEPT comes here. */
574 + if (yyfree_stacks)
576 + free (yyss);
577 + free (yyvs);
578 +#ifdef YYLSP_NEEDED
579 + free (yyls);
580 +#endif
582 + return 0;
584 + yyabortlab:
585 + /* YYABORT comes here. */
587 + /* Flush out yy_current_buffer before next parse. Since there is
588 + no error recovery, the buffer could still contain tokens from this
589 + parse. */
590 + yyflush_current_buffer();
592 + if (yyfree_stacks)
594 + free (yyss);
595 + free (yyvs);
596 +#ifdef YYLSP_NEEDED
597 + free (yyls);
598 +#endif
600 + return 1;
602 -#line 257 "ETCL.yy"
603 +//#line 257 "ETCL/ETCL.yy"