contrib/oxl/osl/osl_hacks.h
Go to the documentation of this file.
00001 // This is oxl/osl/osl_hacks.h
00002 #ifndef osl_hacks_h_
00003 #define osl_hacks_h_
00004 // .NAME osl_hacks
00005 // .INCLUDE osl/osl_hacks.h
00006 // .FILE osl_hacks.cxx
00007 // \author fsm
00008 
00009 // FIXME FIXME FIXME FIXME FIXME
00010 #define osl_IUDelete(p) /* delete p */
00011 
00012 //#define fsm_delete 0 == 
00013 #define fsm_delete delete
00014 
00015 //#define fsm_delete_array 0 == 
00016 #define fsm_delete_array delete []
00017 
00018 // Set this to 1 if you think it can avoid heap corruption, and
00019 // you don't mind leaking some core.
00020 #define ALLOW_CORELEAKS 0
00021 
00022 // If you think your segfault is due to an out-of-bounds array
00023 // access, this one may be the thing for you.
00024 //#define fsm_pad +50
00025 #define fsm_pad /* */
00026 
00027 #endif // osl_hacks_h_