We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657770e commit 6b3521fCopy full SHA for 6b3521f
vlib/v/gen/c/cheaders.v
@@ -371,18 +371,6 @@ const c_common_macros = '
371
372
#define OPTION_CAST(x) (x)
373
374
-#ifndef V64_PRINTFORMAT
375
- #ifdef PRIx64
376
- #define V64_PRINTFORMAT "0x%"PRIx64
377
- #elif defined(__WIN32__)
378
- #define V64_PRINTFORMAT "0x%I64x"
379
- #elif defined(__linux__) && defined(__LP64__)
380
- #define V64_PRINTFORMAT "0x%lx"
381
- #else
382
- #define V64_PRINTFORMAT "0x%llx"
383
- #endif
384
-#endif
385
-
386
#if defined(_WIN32) || defined(__CYGWIN__)
387
#define VV_EXPORTED_SYMBOL extern __declspec(dllexport)
388
#define VV_LOCAL_SYMBOL static
0 commit comments