Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: cpptoxml/parser/rpp-allocator.h
- ===================================================================
- --- cpptoxml/parser/rpp-allocator.h (revision 1107766)
- +++ cpptoxml/parser/rpp-allocator.h (working copy)
- @@ -21,4 +21,9 @@
- **
- ****************************************************************************/
- +#ifndef CPPTOXML_RPPALLOCATOR_H
- +#define CPPTOXML_RPPALLOCATOR_H
- +
- #include "rxx_allocator.h"
- +
- +#endif
- Index: cpptoxml/parser/include/stdarg.h
- ===================================================================
- --- cpptoxml/parser/include/stdarg.h (revision 1107766)
- +++ cpptoxml/parser/include/stdarg.h (working copy)
- @@ -12,8 +12,8 @@
- ****************************************************************************/
- -#ifndef __STDARG
- -#define __STDARG
- +#ifndef CPPTOXML_STDARG
- +#define CPPTOXML_STDARG
- #if !defined(_VA_LIST) && !defined(__VA_LIST_DEFINED)
- #define _VA_LIST
- Index: cpptoxml/parser/tokens.cpp
- ===================================================================
- --- cpptoxml/parser/tokens.cpp (revision 1107766)
- +++ cpptoxml/parser/tokens.cpp (working copy)
- @@ -23,10 +23,10 @@
- ****************************************************************************/
- +#include "tokens.h"
- +
- #include <QtCore/qglobal.h>
- -#include "tokens.h"
- -
- static char const * const _S_token_names[] = {
- "K_DCOP",
- "Q_OBJECT",
Advertisement
Add Comment
Please, Sign In to add comment