Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c3fa85b

Browse files
committed
Remove obsolete symbol from ecpg_config.h.in
HAVE_LONG_LONG_INT was not added to ecpg_config.h.in by the meson build system, but rather than add it there, we decided to remove it from the makefile build system, to make both consistent that way. There is no documentation or examples that suggest that the presence of this symbol was publicly advertised, and of course the feature is required by C99 (but we don't necessarily require C99 for ecpg user code). ecpg core code and ecpg tests use the symbol HAVE_LONG_LONG_INT_64 instead, which is still there. Discussion: https://www.postgresql.org/message-id/flat/bf35d032-02fc-4173-9f4f-840999cc3ef3%40eisentraut.org
1 parent 89ad3e1 commit c3fa85b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/interfaces/ecpg/include/ecpg_config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
/* Define to 1 if `long int' works and is 64 bits. */
88
#undef HAVE_LONG_INT_64
99

10-
/* Define to 1 if the system has the type `long long int'. */
11-
#define HAVE_LONG_LONG_INT 1
12-
1310
/* Define to 1 if `long long int' works and is 64 bits. */
1411
#undef HAVE_LONG_LONG_INT_64
1512

0 commit comments

Comments
 (0)