/[dtapublic]/projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclalloc.h
ViewVC logotype

Diff of /projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclalloc.h

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

revision 70 by dashley, Mon Oct 31 00:57:34 2016 UTC revision 71 by dashley, Sat Nov 5 11:07:06 2016 UTC
# Line 1  Line 1 
1  /* $Header$ */  /* $Header$ */
2    
3  #ifndef TCLALLOC_H_INCLUDED  #ifndef TCLALLOC_H_INCLUDED
4     #define TCLALLOC_H_INCLUDED     #define TCLALLOC_H_INCLUDED
5    
6     #ifdef MODULE_TCLALLOC     #ifdef MODULE_TCLALLOC
7        #define DECMOD_TCLALLOC        #define DECMOD_TCLALLOC
8     #else     #else
9        #define DECMOD_TCLALLOC extern        #define DECMOD_TCLALLOC extern
10     #endif     #endif
11    
12     DECMOD_TCLALLOC char *TclpAlloc(unsigned int nbytes);     DECMOD_TCLALLOC char *TclpAlloc(unsigned int nbytes);
13     DECMOD_TCLALLOC void TclpFree(char *cp);     DECMOD_TCLALLOC void TclpFree(char *cp);
14     DECMOD_TCLALLOC char *TclpCalloc(size_t num, size_t size);     DECMOD_TCLALLOC char *TclpCalloc(size_t num, size_t size);
15     DECMOD_TCLALLOC char *TclpRealloc(char *cp, unsigned int nbytes);     DECMOD_TCLALLOC char *TclpRealloc(char *cp, unsigned int nbytes);
16     DECMOD_TCLALLOC const char *TclpCversion(void);     DECMOD_TCLALLOC const char *TclpCversion(void);
17     DECMOD_TCLALLOC const char *TclpHversion(void);     DECMOD_TCLALLOC const char *TclpHversion(void);
18    
19     #define TCLALLOC_H_VERSION ("$Header$")     #define TCLALLOC_H_VERSION ("$Header$")
20    
21  #endif  #endif
22    
23  /* End of tclalloc.h */  /* End of tclalloc.h */

Legend:
Removed from v.70  
changed lines
  Added in v.71

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25