Changeset 50dcfad
- 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:
- ff3be413
- Parents:
- 07b0c91
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (06/22/21 21:57:44)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r07b0c91 r50dcfad 59 59 } catch( Open_Failure * ex; ex->istream == &in ) { 60 60 exit | "Error: could not open input file \"" | configFile | "\""; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** // 61 } finally { 61 } // try 62 62 63 close( in ); 63 } // try64 64 65 65 if ( cparms.numStops < 2 ) {
Note: See TracChangeset
for help on using the changeset viewer.