- 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:
- 3c124da
- Parents:
- 2c2d32b
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (06/22/21 12:15:24)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r2c2d32b rc2016b6 36 36 unsigned int cnt, posn, numOfParm = 0; 37 37 38 ifstream in; 38 39 try { 39 ifstream in;40 41 40 open( in, configFile ); // open the configuration file for input 42 41
Note: See TracChangeset
for help on using the changeset viewer.