*** empty log message ***

This commit is contained in:
erikb
1986-03-10 13:07:55 +00:00
parent d566eb8d63
commit 65c1ca3fd9
105 changed files with 16543 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/* $Header$ */
/* S T R U C T U R E - S T O R A G E D E F I N I T I O N S */
#ifndef BOTCH_FREE
#define st_free(ptr, head, size) {ptr->next = head; head = ptr;}
#else def BOTCH_FREE
#define st_free(ptr, head, size) {botch((char *)(ptr), size); \
ptr->next = head; head = ptr;}
#endif BOTCH_FREE