Ignore:
Timestamp:
May 2, 2008, 8:13:05 PM (17 years ago)
Author:
cinc
Message:

Fixed ticket #20. Not a perfect solution, though...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/src/nombuildclass.c

    r329 r331  
    5959#include <nomclassmanager.h>
    6060
     61#include <thunk.h>
     62
    6163/* Define if you want to have messages from nomBuildClass() and friends */
    6264//#define DEBUG_NOMBUILDCLASS
     
    98100/******************* somBuildClass **********************/
    99101
     102#if 0
    100103/*
    101104  Thunking code to get the instance var address from an object pointer pushed
     
    115118 */
    116119static gulong mThunkCode[]={0x04244c8b, 0xff00518b, 0x0000aca2 , 0x16000000};
    117 
     120#endif
    118121
    119122/***********************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.