Changeset a3cadfc
- Timestamp:
- Sep 2, 2021, 4:58:43 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 180f249
- Parents:
- 81e0c61
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.hfa
r81e0c61 ra3cadfc 92 92 [] config_entry entries, 93 93 size_t num_entries, 94 KVPairs * (*parser)(const char [], size_t) = parse_tabular_config_format94 KVPairs * (*parser)(const char [], size_t) // TODO: add sensible default parser when resolver bug is fixed 95 95 ); 96 96
Note: See TracChangeset
for help on using the changeset viewer.