Changeset 2024 for trunk/src/kmk/function.c
- Timestamp:
- Nov 2, 2008, 6:43:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r2021 r2024 4365 4365 } 4366 4366 4367 initialize_file_variables (file, 1 /* reading - FIXME: we don't know?*/);4368 set_file_variables (file ); /* FIXME: this must *NOT* be done twice! */4367 initialize_file_variables (file, 1 /* don't search for pattern vars */); 4368 set_file_variables (file, 1 /* early call */); 4369 4369 chop_commands (cmds); 4370 4370
Note:
See TracChangeset
for help on using the changeset viewer.