unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
[pspp] / lib / relocatable.c
index 172e91c93e0b6df9bed37692c2601de7c1d0f9c6..f0ac6d1058bc5fd852ac0f8265dd617228a5013b 100644 (file)
@@ -86,6 +86,9 @@
 # define FILE_SYSTEM_PREFIX_LEN(P) 0
 #endif
 
+/* Use the system functions, not the gnulib overrides in this file.  */
+#undef malloc
+
 /* Original installation prefix.  */
 static char *orig_prefix;
 static size_t orig_prefix_len;