|
2 | 2 | /* NdBox = [(lowerleft),(upperright)]*/
|
3 | 3 | /* [(xLL(1)...xLL(N)),(xUR(1)...xUR(n))]*/
|
4 | 4 |
|
5 |
| -/* $PostgreSQL: pgsql/contrib/cube/cubeparse.y,v 1.18 2008/09/02 20:37:54 tgl Exp $*/ |
| 5 | +/* $PostgreSQL: pgsql/contrib/cube/cubeparse.y,v 1.19 2008/11/26 08:45:11 petere Exp $*/ |
6 | 6 |
|
7 | 7 | #defineYYPARSE_PARAM result/* need this to pass a pointer (void *) to yyparse*/
|
8 | 8 | #defineYYSTYPEchar *
|
@@ -38,6 +38,7 @@ static NDBOX * write_point_as_box(char *s, int dim);
|
38 | 38 | %}
|
39 | 39 |
|
40 | 40 | /* BISON Declarations*/
|
| 41 | +%expect0 |
41 | 42 | %name-prefix="cube_yy"
|
42 | 43 |
|
43 | 44 | %tokenCUBEFLOATO_PARENC_PARENO_BRACKETC_BRACKETCOMMA
|
|