1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much

earlier than all the other sizeof checks, and it certainly fails to follow
the order suggested at the file head.  Rearrange.
This commit is contained in:
Tom Lane
2009-01-06 15:38:44 +00:00
parent 7ffe657225
commit 075ac80d72
3 changed files with 866 additions and 859 deletions

View File

@ -684,6 +684,9 @@
/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS