Ignore:
Timestamp:
08/21/06 21:07:27 (7 years ago)
Author:
perry
Message:

Remove old CONSTRUCTOR initialisation code, and only rely on the newer
trace_init() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace.h.in

    r916 r922  
    140140#  define UNUSED __attribute__((unused)) 
    141141#  define PACKED __attribute__((packed)) 
    142 #  define CONSTRUCTOR __attribute__((constructor)) 
    143142#else 
    144143#  define SIMPLE_FUNCTION 
    145144#  define UNUSED 
    146145#  define PACKED  
    147 #  define CONSTRUCTOR 
    148146#endif 
    149147         
Note: See TracChangeset for help on using the changeset viewer.