test_parser: add option `-x` to output XML
[nit.git] / c_src / environ_nit.h
index 10633ef..1938065 100644 (file)
@@ -13,9 +13,9 @@
  * another product.
  */
 
-#define _POSIX_C_SOURCE 1
 #include <stdlib.h>
 
 #define string_NativeString_NativeString_get_environ_0(self) getenv(self)
+#define string_NativeString_NativeString_setenv_1(self,v) setenv(self,v, 1)
 
 #endif