Changeset 50


Ignore:
Timestamp:
Apr 28, 2003, 6:49:31 PM (22 years ago)
Author:
bird
Message:

CLH fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/gcc.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r49 r50  
    11931193          i++;
    11941194        }
     1195
    11951196      /* Handle old-fashioned options--just copy them through,
    11961197         with their arguments.  */
     
    17101711
    17111712/* Name with which this program was invoked.  */
    1712 
     1713#ifdef CLH
    17131714const char *programname;
     1715#else
     1716static const char *programname;
     1717#endif
    17141718
    17151719
Note: See TracChangeset for help on using the changeset viewer.