Fix error from uncrustify v0.68 (#364)

This commit is contained in:
Jacob Perron 2018-12-21 10:06:28 -08:00 committed by GitHub
parent 6b6c0fe81d
commit f755c64de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ extern "C"
#pragma section(".CRT$XCU", read) #pragma section(".CRT$XCU", read)
#define INITIALIZER2_(f, p) \ #define INITIALIZER2_(f, p) \
static void f(void); \ static void f(void); \
__declspec(allocate(".CRT$XCU")) void(*f ## _)(void) = f; \ __declspec(allocate(".CRT$XCU"))void(*f ## _)(void) = f; \
__pragma(comment(linker, "/include:" p #f "_")) \ __pragma(comment(linker, "/include:" p #f "_")) \
static void f(void) static void f(void)
#ifdef _WIN64 #ifdef _WIN64