Changeset 287


Ignore:
Timestamp:
Jun 3, 2003, 7:58:58 PM (22 years ago)
Author:
bird
Message:

#475: initialize the variables so link386 can catch them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/app/environ.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r286 r287  
    77   unless they're using libc.dll in which case they get application's
    88   environment.  */
    9 char **_STD(environ);
    10 char **_org_environ;
     9char **_STD(environ) = 0;
     10char **_org_environ = 0;
Note: See TracChangeset for help on using the changeset viewer.