X-Git-Url: http://nitlanguage.org diff --git a/c_src/environ_nit.h b/c_src/environ_nit.h index 221286c..1938065 100644 --- a/c_src/environ_nit.h +++ b/c_src/environ_nit.h @@ -6,16 +6,16 @@ * * This file is free software, which comes along with NIT. This software is * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE. You can modify it is you want, provided this header * is kept unaltered, and a notification of the changes is added. * You are allowed to redistribute it and sell it, alone or is a part of * another product. */ -#define _POSIX_C_SOURCE 1 #include #define string_NativeString_NativeString_get_environ_0(self) getenv(self) +#define string_NativeString_NativeString_setenv_1(self,v) setenv(self,v, 1) #endif