diff options
author | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-03-20 07:07:22 +0000 |
---|---|---|
committer | arseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640> | 2012-03-20 07:07:22 +0000 |
commit | 2f3c31dcd3db93861750eb7daa30cd165eaca18a (patch) | |
tree | bccd1fc944175ffb783e0e5b12f27332785180f5 /src | |
parent | 5e8e325d856b52d44452155f456ac4182908c958 (diff) |
Reverted accidental submit
git-svn-id: http://pugixml.googlecode.com/svn/trunk@870 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src')
-rw-r--r-- | src/pugiconfig.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index cd9bc63..465fd21 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -33,8 +33,8 @@ // In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead // Uncomment this to switch to header-only version -#define PUGIXML_HEADER_ONLY -#include "pugixml.cpp" +// #define PUGIXML_HEADER_ONLY +// #include "pugixml.cpp" // Tune these constants to adjust memory-related behavior // #define PUGIXML_MEMORY_PAGE_SIZE 32768 |