Ignore:
Timestamp:
May 27, 2007, 1:19:22 AM (18 years ago)
Author:
bird
Message:

Always use the GNU make getopt stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/kmkbuiltin/cat.c

    r813 r942  
    105105        optarg = NULL;
    106106        optopt = 0;
    107 #if defined(__FreeBSD__) || defined(__EMX__) || defined(__APPLE__)
    108         optreset = 1;
    109         optind = 1;
    110 #else
    111107        optind = 0; /* init */
    112 #endif
    113108
    114109#ifdef kmk_builtin_cat /* kmk did this already. */
Note: See TracChangeset for help on using the changeset viewer.