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

Commitb143210

Browse files
committed
Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64.
1 parent095a0c8 commitb143210

File tree

1 file changed

+3
-2
lines changed
  • src/interfaces/ecpg/ecpglib

1 file changed

+3
-2
lines changed

‎src/interfaces/ecpg/ecpglib/misc.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.7 2003/06/26 01:33:23 momjian Exp $ */
1+
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.8 2003/06/26 01:45:04 momjian Exp $ */
22

33
#definePOSTGRES_ECPG_INTERNAL
44
#include"postgres_fe.h"
@@ -18,10 +18,11 @@
1818
#include"pgtypes_timestamp.h"
1919
#include"pgtypes_interval.h"
2020

21+
#ifdefHAVE_LONG_LONG_INT_64
2122
#ifndefLONG_LONG_MIN
2223
#defineLONG_LONG_MIN LLONG_MIN
2324
#endif
24-
25+
#endif
2526

2627
staticstructsqlca_tsqlca_init=
2728
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp