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

Commit6ca09ad

Browse files
committed
Suppress 'unused variable' warnings created by latest commit.
1 parent7781916 commit6ca09ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.335 2006/09/0312:24:07 meskes Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.336 2006/09/0319:30:43 tgl Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -34,6 +34,7 @@ struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL};
3434

3535
structECPGtype ecpg_query = {ECPGt_char_variable,0L,NULL, {NULL}};
3636

37+
/* INFORMIX workaround, no longer needed
3738
static struct inf_compat_col
3839
{
3940
char *name;
@@ -46,6 +47,7 @@ static struct inf_compat_val
4647
char *val;
4748
struct inf_compat_val *next;
4849
} *informix_val;
50+
*/
4951

5052
/*
5153
* Handle parsing errors and warnings

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp