/[dotgnu-pnet]/pnet/libgc/include/private/gc_priv.h
ViewVC logotype

Diff of /pnet/libgc/include/private/gc_priv.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ktreichel, Sat Jul 23 12:52:58 2005 UTC revision 1.6 by ktreichel, Sat Sep 17 16:54:39 2005 UTC
# Line 258  typedef char * ptr_t;  /* A generic point Line 258  typedef char * ptr_t;  /* A generic point
258  /*                               */  /*                               */
259  /*********************************/  /*********************************/
260    
 #ifdef SAVE_CALL_CHAIN  
   
 /* Fill in the pc and argument information for up to NFRAMES of my      */  
 /* callers.  Ignore my frame and my callers frame.                      */  
 struct callinfo;  
 void GC_save_callers GC_PROTO((struct callinfo info[NFRAMES]));  
     
 void GC_print_callers GC_PROTO((struct callinfo info[NFRAMES]));  
   
 #endif  
   
261  #ifdef NEED_CALLINFO  #ifdef NEED_CALLINFO
262      struct callinfo {      struct callinfo {
263          word ci_pc;     /* Caller, not callee, pc       */          word ci_pc;     /* Caller, not callee, pc       */
# Line 282  void GC_print_callers GC_PROTO((struct c Line 271  void GC_print_callers GC_PROTO((struct c
271      };      };
272  #endif  #endif
273    
274    #ifdef SAVE_CALL_CHAIN
275    
276    /* Fill in the pc and argument information for up to NFRAMES of my      */
277    /* callers.  Ignore my frame and my callers frame.                      */
278    void GC_save_callers GC_PROTO((struct callinfo info[NFRAMES]));
279      
280    void GC_print_callers GC_PROTO((struct callinfo info[NFRAMES]));
281    
282    #endif
283    
284    
285  /*********************************/  /*********************************/
286  /*                               */  /*                               */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26