Changes in driver/cc1.cc [d88f8b3b:bec4d24]
- File:
-
- 1 edited
-
driver/cc1.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
rd88f8b3b rbec4d24 486 486 int main( const int argc, const char * const argv[], __attribute__((unused)) const char * const env[] ) { 487 487 #ifdef __DEBUG_H__ 488 for ( int i = 0; env[i] != NULL; i += 1 ) {488 for ( int int i = 0; env[i] != NULL; i += 1 ) { 489 489 cerr << env[i] << endl; 490 490 } // for
Note:
See TracChangeset
for help on using the changeset viewer.