Changeset 295


Ignore:
Timestamp:
Apr 7, 2007, 4:45:57 PM (18 years ago)
Author:
cinc
Message:

Minor fixes to the C file emitter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/c-emitter_c/c_file_emitter.c

    r292 r295  
    6262
    6363  if(pif->chrFileStem)
    64     fprintf(fh, "#include \"%s.h\"\n\n", pif->chrFileStem);
     64    fprintf(fh, "#include \"%s.ih\"\n\n", pif->chrFileStem);
    6565}
    6666
     
    141141      /* Do parameters */
    142142      emitMethodParams(pLocalPI, pif, pm->pParamArray);
    143       fprintf(fh, "    CORBA_Environment *ev);\n");
     143      fprintf(fh, "    ev);\n");
    144144      fprintf(fh, "}\n\n");
    145145    }
Note: See TracChangeset for help on using the changeset viewer.