Skip to content

Commit 980cdf0

Browse files
committed
Exclude allocator.h from amalgamated header
Nobody using SecureAllocator really needs the amalgamated header. resolves open-source-parsers#461
1 parent 45da594 commit 980cdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amalgamate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
6767
header.add_text("/// to prevent private header inclusion.")
6868
header.add_text("#define JSON_IS_AMALGAMATION")
6969
header.add_file("include/json/version.h")
70-
header.add_file("include/json/allocator.h")
70+
#header.add_file("include/json/allocator.h") # Not available here.
7171
header.add_file("include/json/config.h")
7272
header.add_file("include/json/forwards.h")
7373
header.add_file("include/json/features.h")

0 commit comments

Comments
 (0)