/[make]/make/main.c
ViewVC logotype

Diff of /make/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.192 by psmith, Mon Nov 29 01:35:13 2004 UTC revision 1.193 by psmith, Tue Nov 30 20:58:55 2004 UTC
# Line 1919  main (int argc, char **argv, char **envp Line 1919  main (int argc, char **argv, char **envp
1919    
1920  #ifndef _AMIGA  #ifndef _AMIGA
1921            for (p = environ; *p != 0; ++p)            for (p = environ; *p != 0; ++p)
1922              if ((*p)[MAKELEVEL_LENGTH] == '='              if (strneq (*p, MAKELEVEL_NAME, MAKELEVEL_LENGTH)
1923                  && strneq (*p, MAKELEVEL_NAME, MAKELEVEL_LENGTH))                  && (*p)[MAKELEVEL_LENGTH] == '=')
1924                {                {
1925                  /* The SGI compiler apparently can't understand                  /* The SGI compiler apparently can't understand
1926                     the concept of storing the result of a function                     the concept of storing the result of a function

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26