Changeset 1930 in kBuild
- Timestamp:
- Oct 24, 2008 6:20:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/read.c
r1929 r1930 1965 1965 { 1966 1966 #ifdef KMK 1967 #if 01968 if (conditionals->allocated == 0)1969 {1970 conditionals->allocated = sizeof (conditionals->ignoring_first);1971 conditionals->ignoring = conditionals->ignoring_first;1972 conditionals->seen_else = conditionals->seen_else_first;1973 }1974 else1975 #endif1976 1967 if (conditionals->allocated <= sizeof (conditionals->ignoring_first)) 1977 1968 {
Note:
See TracChangeset
for help on using the changeset viewer.