Skip to content

Commit

Permalink
Exclude allocator.h from amalgamated header
Browse files Browse the repository at this point in the history
Nobody using SecureAllocator really needs the amalgamated header.

resolves open-source-parsers#461
  • Loading branch information
cdunn2001 committed Apr 22, 2016
1 parent 45da594 commit 980cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amalgamate.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
header.add_text("/// to prevent private header inclusion.")
header.add_text("#define JSON_IS_AMALGAMATION")
header.add_file("include/json/version.h")
header.add_file("include/json/allocator.h")
#header.add_file("include/json/allocator.h") # Not available here.
header.add_file("include/json/config.h")
header.add_file("include/json/forwards.h")
header.add_file("include/json/features.h")
Expand Down

0 comments on commit 980cdf0

Please sign in to comment.