X-Git-Url: http://nitlanguage.org diff --git a/c_src/environ_nit.h b/c_src/environ_nit.h index 18478cf..1938065 100644 --- a/c_src/environ_nit.h +++ b/c_src/environ_nit.h @@ -6,7 +6,7 @@ * * 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 @@ -16,5 +16,6 @@ #include #define string_NativeString_NativeString_get_environ_0(self) getenv(self) +#define string_NativeString_NativeString_setenv_1(self,v) setenv(self,v, 1) #endif