Changeset 46 for trunk/src/kmk/arch.c


Ignore:
Timestamp:
Apr 4, 2003, 2:03:50 AM (22 years ago)
Author:
bird
Message:

kMk changes. Made extensions configurable from config.h. fixed parents.

File:
1 edited

Legend:

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

    r35 r46  
    117117# endif
    118118#endif
     119
     120#ifdef USE_ARCHIVES
     121
    119122
    120123static Lst        archives;   /* Lst of archives we've already examined */
     
    12531256    Lst_Destroy(archives, ArchFree);
    12541257}
     1258
     1259#endif /* USE_ARCHIVES */
Note: See TracChangeset for help on using the changeset viewer.