mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Rename SIMDJSON_AMALGAMATED to SIMDJSON_CONDITIONAL_INCLUDE
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
#ifndef SIMDJSON_SRC_FALLBACK_CPP
|
||||
#define SIMDJSON_SRC_FALLBACK_CPP
|
||||
|
||||
#ifndef SIMDJSON_AMALGAMATED
|
||||
#ifndef SIMDJSON_CONDITIONAL_INCLUDE
|
||||
#include <base.h>
|
||||
#endif // SIMDJSON_AMALGAMATED
|
||||
#endif // SIMDJSON_CONDITIONAL_INCLUDE
|
||||
|
||||
#include <simdjson/fallback.h>
|
||||
#include <simdjson/fallback/implementation.h>
|
||||
|
||||
Reference in New Issue
Block a user