summaryrefslogtreecommitdiff
path: root/src/raptor_term.c
diff options
context:
space:
mode:
authorLauri Aalto <laalto@iki.fi>2010-08-09 12:53:12 +0300
committerLauri Aalto <laalto@iki.fi>2010-08-09 12:53:12 +0300
commit4dee02bbbd5e288f4c7af5797792c037c28c3b43 (patch)
treec9e2893442d9482353d54dceab7fae96fa75c1c9 /src/raptor_term.c
parentee0fe14d454ae550485df386fe3ebc7497de55cf (diff)
downloadraptor-4dee02bbbd5e288f4c7af5797792c037c28c3b43.tar.gz
STANDALONE flagging for raptor_term unit tests
Diffstat (limited to 'src/raptor_term.c')
-rw-r--r--src/raptor_term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/raptor_term.c b/src/raptor_term.c
index d0924bf6..22e84a4f 100644
--- a/src/raptor_term.c
+++ b/src/raptor_term.c
@@ -620,7 +620,6 @@ raptor_term_compare(const raptor_term *t1, const raptor_term *t2)
#ifdef STANDALONE
-#endif
/* one more prototype */
int main(int argc, char *argv[]);
@@ -896,3 +895,5 @@ main(int argc, char *argv[])
return rc;
}
+
+#endif /* STANDALONE */