- Timestamp:
- Aug 31, 2021, 1:49:09 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- d5cfc7e
- Parents:
- 5e0e488
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (07/13/21 12:38:10)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r5e0e488 rb532fcf 55 55 // Should we just overwrite duplicate config entries? Having a hash map would make this much easier 56 56 in | value; 57 if ( value < 0 ) {58 close( in );59 exit | "Error: file \"" | configFile | "\" parameter " | name60 | " value " | value | " must be non-negative.";61 } // if62 57 if ( fail( in ) ) break; 63 58 in | nl; // ignore remainder of line
Note: See TracChangeset
for help on using the changeset viewer.