|
1 | 1 | /**
|
2 |
| - * pugixml parser - version 1.2 |
| 2 | + * pugixml parser - version 1.6 |
3 | 3 | * --------------------------------------------------------
|
4 |
| - * Copyright (C) 2006-2012, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) |
| 4 | + * Copyright (C) 2006-2015, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) |
5 | 5 | * Report bugs and download new versions at http://pugixml.org/
|
6 | 6 | *
|
7 | 7 | * This library is distributed under the MIT License. See notice at the end
|
|
32 | 32 | // #define PUGIXML_FUNCTION __fastcall // to set calling conventions to all public functions to fastcall
|
33 | 33 | // In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead
|
34 | 34 |
|
35 |
| -// Uncomment this to switch to header-only version |
36 |
| -// #define PUGIXML_HEADER_ONLY |
37 |
| -// #include "pugixml.cpp" |
38 |
| - |
39 | 35 | // Tune these constants to adjust memory-related behavior
|
40 | 36 | // #define PUGIXML_MEMORY_PAGE_SIZE 32768
|
41 | 37 | // #define PUGIXML_MEMORY_OUTPUT_STACK 10240
|
42 | 38 | // #define PUGIXML_MEMORY_XPATH_PAGE_SIZE 4096
|
43 | 39 |
|
| 40 | +// Uncomment this to switch to header-only version |
| 41 | +// #define PUGIXML_HEADER_ONLY |
| 42 | + |
| 43 | +// Uncomment this to enable long long support |
| 44 | +// #define PUGIXML_HAS_LONG_LONG |
| 45 | + |
44 | 46 | #endif
|
45 | 47 |
|
46 | 48 | /**
|
47 |
| - * Copyright (c) 2006-2012 Arseny Kapoulkine |
| 49 | + * Copyright (c) 2006-2015 Arseny Kapoulkine |
48 | 50 | *
|
49 | 51 | * Permission is hereby granted, free of charge, to any person
|
50 | 52 | * obtaining a copy of this software and associated documentation
|
|
0 commit comments