Ignore:
Timestamp:
Apr 1, 2007, 3:50:13 PM (18 years ago)
Author:
cinc
Message:

Hunting bugs...

File:
1 edited

Legend:

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

    r285 r290  
    6666      else if(!strcmp(pm->chrType, "unsigned long"))
    6767        chrType="CORBA_unsigned_long";
     68      else if(!strcmp(pm->chrType, "boolean"))
     69        chrType="CORBA_boolean";
    6870
    6971      switch(pm->uiDirection)
Note: See TracChangeset for help on using the changeset viewer.