chiark / gitweb /
mask-map amend implemented, but untested
[chiark-tcl.git] / hbytes / hbytes.h
index 48ee798333a64d33a93f6332606b06cd2c11114f..17a05942b84a6b69b887fc015309c55f944993cb 100644 (file)
@@ -390,5 +390,6 @@ int setnonblock(int fd, int isnonblock);
 
 #define TALLOC(s) ((void*)Tcl_Alloc((s)))
 #define TFREE(f) (Tcl_Free((void*)(f)))
+#define TREALLOC(p,l) ((void*)Tcl_Realloc((void*)(p),(l)))
 
 #endif /*HBYTES_H*/