Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r307a732 r166793b  
    1111// Created On       : Fri May 15 23:12:02 2015
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Thu Jun 29 12:46:50 2017
    14 // Update Count     : 441
     13// Last Modified On : Wed Jun 28 21:56:47 2017
     14// Update Count     : 440
    1515//
    1616
     
    3939#include "CodeTools/TrackLoc.h"
    4040#include "ControlStruct/Mutate.h"
    41 #include "ControlStruct/ExceptTranslate.h"
    4241#include "SymTab/Validate.h"
    4342#include "ResolvExpr/AlternativePrinter.h"
     
    291290                Tuples::expandUniqueExpr( translationUnit );
    292291
    293                 OPTPRINT( "translateEHM" );
    294                 ControlStruct::translateEHM( translationUnit );
    295 
    296292                OPTPRINT( "convertSpecializations" ) // needs to happen before tuple types are expanded
    297293                GenPoly::convertSpecializations( translationUnit );
     
    485481                        break;
    486482                  case '?':
    487                         if ( optopt ) {                                                         // short option ?
    488                                 assertf( false, "Unknown option: -%c\n", (char)optopt );
    489                         } else {
    490                                 assertf( false, "Unknown option: %s\n", argv[optind - 1] );
    491                         } // if
     483                        assertf( false, "Unknown option: '%c'\n", (char)optopt );
    492484                  default:
    493485                        abort();
Note: See TracChangeset for help on using the changeset viewer.