Diff for /libwww/Library/src/HTAAUtil.html between versions 2.2 and 2.3

version 2.2, 1993/10/05 10:20:27 version 2.3, 1993/10/06 17:41:33
Line 84  has itself allocated. Line 84  has itself allocated.
                                         /* patname to allow               */                                          /* patname to allow               */
   
 /*  /*
 ** External functions  
 */  
 /* now use tcp.h  
 extern int fprintf(), fclose(), ungetc(), toupper(), read(), write();  
 extern int pipe(), fork(), close(), wait3(), time(), fflush();  
 */  
   
 /*  
 ** Helpful macros  ** Helpful macros
 */  */
 #define FREE(x) if (x) {free(x); x=NULL;}  #define FREE(x) if (x) {free(x); x=NULL;}

Removed from v.2.2  
changed lines
  Added in v.2.3


Webmaster