Changeset d88f8b3b for driver


Ignore:
Timestamp:
May 29, 2019, 5:08:05 PM (5 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6054b18, 8d70648
Parents:
0aedb01
Message:

Another fix to break cycles in the converter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cc1.cc

    r0aedb01 rd88f8b3b  
    486486int main( const int argc, const char * const argv[], __attribute__((unused)) const char * const env[] ) {
    487487        #ifdef __DEBUG_H__
    488         for ( int int i = 0; env[i] != NULL; i += 1 ) {
     488        for ( int i = 0; env[i] != NULL; i += 1 ) {
    489489                cerr << env[i] << endl;
    490490        } // for
Note: See TracChangeset for help on using the changeset viewer.