Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4baaaf7

Browse files
committed
Remove duplicate definition of TYPECAST token.
(Apparently, some but not all versions of Bison will warn about this.)
1 parent1aa58d3 commit4baaaf7

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-
/* Ctoken */
19+
/* Ctokens */
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)

[8]ページ先頭

©2009-2025 Movatter.jp