Ignore:
Timestamp:
Mar 24, 2007, 12:51:37 AM (18 years ago)
Author:
cinc
Message:

More work on the IDL compiler

File:
1 edited

Legend:

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

    r259 r261  
    140140      g_printf("Found Interface:\n"); 
    141141      g_printf("\tName:\t\t%s\n", pif->chrName);
     142      g_printf("\tParent:\t\t%s\n", (pif->chrParent ? pif->chrParent : "No parent"));
    142143      g_printf("\tMajor:\t\t%ld\n", pif->ulMajor);
    143144      g_printf("\tMinor:\t\t%ld\n", pif->ulMinor);
Note: See TracChangeset for help on using the changeset viewer.