Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 22 and Version 23 of LibraryIntegrationGuide

Show
Ignore:
Author:
larsivi (IP: 84.48.50.144)
Timestamp:
02/13/08 09:53:36 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibraryIntegrationGuide

    v22 v23  
    9292    extern (C) void  rt_setTraceHandler( Exception.TraceInfo function( void* ptr = null ) h ); 
    9393}}} 
    94 TraceInfo must be defined as follows: 
     94!TraceInfo must be defined as follows: 
    9595{{{ 
    9696#!d