Skip to content

Commit 4baaaf7

Browse files
committed
Remove duplicate definition of TYPECAST token.
(Apparently, some but not all versions of Bison will warn about this.)
1 parent 1aa58d3 commit 4baaaf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/ecpg/preproc/ecpg.tokens

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.tokens,v 1.1 2008/11/14 10:03:33 meskes Exp $ */
2-
/* special embedded SQL token */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.tokens,v 1.2 2009/07/14 20:34:48 tgl Exp $ */
2+
3+
/* special embedded SQL tokens */
34
%token SQL_ALLOCATE SQL_AUTOCOMMIT SQL_BOOL SQL_BREAK
45
SQL_CALL SQL_CARDINALITY SQL_CONNECT
56
SQL_COUNT
@@ -15,14 +16,13 @@
1516
SQL_SQLPRINT SQL_SQLWARNING SQL_START SQL_STOP
1617
SQL_STRUCT SQL_UNSIGNED SQL_VAR SQL_WHENEVER
1718

18-
/* C token */
19+
/* C tokens */
1920
%token S_ADD S_AND S_ANYTHING S_AUTO S_CONST S_DEC S_DIV
2021
S_DOTPOINT S_EQUAL S_EXTERN S_INC S_LSHIFT S_MEMPOINT
2122
S_MEMBER S_MOD S_MUL S_NEQUAL S_OR S_REGISTER S_RSHIFT
2223
S_STATIC S_SUB S_VOLATILE
2324
S_TYPEDEF
2425

25-
%token TYPECAST
2626
%token CSTRING CVARIABLE CPP_LINE IP
2727
%token DOLCONST ECONST NCONST UCONST UIDENT
2828

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy