Changeset 40 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Mar 27, 2003, 3:42:39 AM (22 years ago)
Author:
bird
Message:

Inline files and such.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r39 r40  
    305305                                        debug |= DEBUG_MAKE;
    306306                                        break;
    307                                 case 's':
     307                                case 'p':     /*kso*/
     308                                        debug |= DEBUG_PARSE;
     309                                        break;
     310                                case 's':
    308311                                        debug |= DEBUG_SUFF;
    309312                                        break;
Note: See TracChangeset for help on using the changeset viewer.