Changeset 225 for trunk/src/gmake/variable.c
- Timestamp:
- Feb 9, 2005, 9:31:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.c
r53 r225 654 654 ? "" : remote_description); 655 655 (void) define_variable ("MAKE_VERSION", 12, buf, o_default, 0); 656 657 /* Define KMK_VERSION to indicate kMk. */ 658 (void) define_variable ("KMK_VERSION", 11, buf, o_default, 0); 659 660 #ifdef CONFIG_WITH_KMK_BUILTIN 661 /* The kMk Builtin Level. */ 662 (void) define_variable ("KMK_BUILTIN", 11, "1", o_default, 0); 663 #endif 656 664 657 665 #ifdef __MSDOS__
Note:
See TracChangeset
for help on using the changeset viewer.