Oops, fix misspelled #endif

I hope this fixes the Windows builfarm failures.
pull/14/head
Heikki Linnakangas 11 years ago
parent b4eb2d168d
commit b73e7a0716
  1. 2
      src/include/pg_config.h.win32

@ -648,7 +648,7 @@
/* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */ /* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
#if (_MSC_VER < 1500) #if (_MSC_VER < 1500)
#define USE_SLICING_BY_8_CRC32C 1 #define USE_SLICING_BY_8_CRC32C 1
#end #endif
/* Define to 1 use Intel SSE 4.2 CRC instructions. */ /* Define to 1 use Intel SSE 4.2 CRC instructions. */
/* #undef USE_SSE42_CRC32C */ /* #undef USE_SSE42_CRC32C */

Loading…
Cancel
Save