Advertisement
Guest User

Untitled

a guest
Mar 25th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.51 KB | None | 0 0
  1. diff --git a/build/3_2/os.c b/build/3_2/os.c
  2. index f6bf06c..0ec6279 100755
  3. --- a/build/3_2/os.c
  4. +++ b/build/3_2/os.c
  5. @@ -374,13 +374,14 @@ nossplitFile(LOC1, &LOC2);
  6.  Result_42609 = copyString(LOC2.Dir);
  7.  return Result_42609;
  8.  }
  9. +extern char **environ;
  10.  N_NIMCALL(void, Getenvvarsc_39401)(void) {
  11.  NCSTRING* Genv_39403;
  12.  NI I_39601;
  13.  NimStringDesc* LOC8;
  14.  if (!!(Envcomputed_39220)) goto LA2;
  15.  Genv_39403 = 0;
  16. -Genv_39403 = _NSGetEnviron();
  17. +Genv_39403 = environ;
  18.  I_39601 = 0;
  19.  I_39601 = 0;
  20.  while (1) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement