Changeset 31337d8


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
4df8fef5
Parents:
ff3be413
git-author:
Jacob Prud'homme <jafprudhomme@…> (07/06/21 12:03:54)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Removed old comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rff3be413 r31337d8  
    2525                                close( in );
    2626                                exit | "Error: file \"" | configFile | "\" parameter " | name
    27                                          | " value " | value | " must be non-negative."; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
     27                                         | " value " | value | " must be non-negative.";
    2828                        } // if
    2929                  if ( fail( in ) ) break;
     
    3131                } // for
    3232        } catch( Open_Failure * ex; ex->istream == &in ) {
    33                 exit | "Error: could not open input file \"" | configFile | "\""; // *** DOES THIS PRINT TO STDERR??? IT MUST!!! *** //
     33                exit | "Error: could not open input file \"" | configFile | "\"";
    3434        } // try
    3535        close( in );
Note: See TracChangeset for help on using the changeset viewer.