Changeset 7efb322
- Timestamp:
- Dec 21, 2020, 4:53:50 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3f8baf4
- Parents:
- 8339225
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseargs.cfa
r8339225 r7efb322 185 185 } 186 186 187 bool parse_truefalse(const char * , bool &) {187 bool parse_truefalse(const char * arg, bool & value) { 188 188 if(strcmp(arg, "true") == 0) { 189 189 value = true;
Note: See TracChangeset
for help on using the changeset viewer.