- 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:
- 07b0c91
- Parents:
- 3c124da
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (06/22/21 12:17:13)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r3c124da r26b9e71 57 57 parms[posn].value = value; 58 58 } // for 59 60 if ( numOfParm != Parmnum ) {61 exit | "Error: file \"" | configFile | "\" is corrupt."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //62 } // if63 if ( ! comments( in, name ) ) { // ! eof ?64 exit | "Error: file \"" | configFile | "\" has extraneous data."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //65 } // if66 59 } catch( Open_Failure * ex; ex->istream == &in ) { 67 60 exit | "Error: could not open input file \"" | configFile | "\""; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
Note: See TracChangeset
for help on using the changeset viewer.