Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SyncEvolution
libsynthesis
Commits
c7870c03
Commit
c7870c03
authored
Jun 22, 2009
by
Wu, Yong
Browse files
Avoid "if without value" compiling warnings.
parent
540b7be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sysync/syncappbase.h
View file @
c7870c03
...
...
@@ -20,9 +20,9 @@
// expat if not hardcoded config
#ifndef HARDCODED_CONFIG
# if HAVE_EXPAT
# if
def
HAVE_EXPAT
#include
<expat.h>
# elif HAVE_SYS_XMLTOK
# elif
defined(
HAVE_SYS_XMLTOK
)
#include
<xmltok/xmlparse.h>
# else
/* HAVE_BUILTIN_XMLTOK */
#include
"xmlparse.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment