Ignore:
Timestamp:
Apr 1, 2007, 5:17:12 PM (18 years ago)
Author:
cinc
Message:

Created C file emitter. Some fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/c/nom-idl-compiler.c

    r289 r292  
    612612  if(fOptionEmitH)
    613613    emitHFile(parseInfo.pInterfaceArray);
    614   if(fOptionEmitIH)
     614  else if(fOptionEmitIH)
    615615    emitIHFile(parseInfo.pInterfaceArray);
    616 
    617 #if 0
    618616  else if(fOptionEmitC)
    619     a++;
    620 
    621   if(pInterfaceArray->len)
    622     printInterface();
    623 #endif
     617    emitCFile(parseInfo.pInterfaceArray);
    624618
    625619  g_scanner_destroy(gScanner);
Note: See TracChangeset for help on using the changeset viewer.