summaryrefslogtreecommitdiff
path: root/src/raptor_serialize_ntriples.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_serialize_ntriples.c')
-rw-r--r--src/raptor_serialize_ntriples.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/raptor_serialize_ntriples.c b/src/raptor_serialize_ntriples.c
index bbe16896..34dbbd21 100644
--- a/src/raptor_serialize_ntriples.c
+++ b/src/raptor_serialize_ntriples.c
@@ -176,6 +176,7 @@ raptor_iostream_write_statement_part_ntriples(raptor_world* world,
}
+#ifndef RAPTOR_DISABLE_V1
/**
* raptor_iostream_write_statement_ntriples:
* @iostr: raptor iostream
@@ -195,6 +196,8 @@ raptor_iostream_write_statement_ntriples(raptor_iostream* iostr,
iostr,
statement);
}
+#endif
+
/**
* raptor_iostream_write_statement_ntriples_v2: