Changeset 922 for trunk/lib/format_erf.c


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/format_erf.c

    r909 r922  
    12251225}; 
    12261226 
    1227 void CONSTRUCTOR erf_constructor() { 
     1227void erf_constructor() { 
    12281228        register_format(&rtclient); 
    12291229        register_format(&erf); 
Note: See TracChangeset for help on using the changeset viewer.