--- sf_code/esrgpcpj/shared/tcl_base/tclalloc.h 2016/10/08 06:43:03 25 +++ projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclalloc.h 2016/11/05 11:07:06 71 @@ -1,46 +1,23 @@ -/* $Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclalloc.h,v 1.4 2001/07/15 06:44:32 dtashley Exp $ */ - -/* IJS_SM_FILE_PUBLIC */ - -#ifndef TCLALLOC_H_INCLUDED - #define TCLALLOC_H_INCLUDED - - #ifdef MODULE_TCLALLOC - #define DECMOD_TCLALLOC - #else - #define DECMOD_TCLALLOC extern - #endif - - DECMOD_TCLALLOC char *TclpAlloc(unsigned int nbytes); - DECMOD_TCLALLOC void TclpFree(char *cp); - DECMOD_TCLALLOC char *TclpCalloc(size_t num, size_t size); - DECMOD_TCLALLOC char *TclpRealloc(char *cp, unsigned int nbytes); - DECMOD_TCLALLOC const char *TclpCversion(void); - DECMOD_TCLALLOC const char *TclpHversion(void); - - #define TCLALLOC_H_VERSION ("$Header: /cvsroot/esrg/sfesrg/esrgpcpj/shared/tcl_base/tclalloc.h,v 1.4 2001/07/15 06:44:32 dtashley Exp $") - -#endif - - -/* - * $Log: tclalloc.h,v $ - * Revision 1.4 2001/07/15 06:44:32 dtashley - * Keyword expansion mistake corrected. - * - * Revision 1.3 2001/07/15 06:40:10 dtashley - * Adaptation of GNU arbitrary-size integer package integrated into IjuScripter - * and IjuConsole. - * - * Revision 1.2 2001/07/15 06:07:15 dtashley - * Moved out of binary mode, preparing for use with CVS. - */ -/* $History: tclalloc.h $ - * - * ***************** Version 1 ***************** - * User: Dtashley Date: 1/02/01 Time: 12:18a - * Created in $/IjuScripter, IjuConsole/Source/Tcl Base - * Initial check-in. - */ - -/* End of TCLALLOC.H */ \ No newline at end of file +/* $Header$ */ + +#ifndef TCLALLOC_H_INCLUDED + #define TCLALLOC_H_INCLUDED + + #ifdef MODULE_TCLALLOC + #define DECMOD_TCLALLOC + #else + #define DECMOD_TCLALLOC extern + #endif + + DECMOD_TCLALLOC char *TclpAlloc(unsigned int nbytes); + DECMOD_TCLALLOC void TclpFree(char *cp); + DECMOD_TCLALLOC char *TclpCalloc(size_t num, size_t size); + DECMOD_TCLALLOC char *TclpRealloc(char *cp, unsigned int nbytes); + DECMOD_TCLALLOC const char *TclpCversion(void); + DECMOD_TCLALLOC const char *TclpHversion(void); + + #define TCLALLOC_H_VERSION ("$Header$") + +#endif + +/* End of tclalloc.h */