Diff for /libwww/Library/src/HTAnchor.c between versions 1.4 and 1.5

version 1.4, 1993/04/30 16:16:33 version 1.5, 1993/09/27 14:10:13
Line 22 Line 22
 #include "HTParse.h"  #include "HTParse.h"
   
 typedef struct _HyperDoc Hyperdoc;  typedef struct _HyperDoc Hyperdoc;
 #ifdef vms  #ifdef VMS
 struct _HyperDoc {  struct _HyperDoc {
         int junk;       /* VMS cannot handle pointers to undefined structs */          int junk;       /* VMS cannot handle pointers to undefined structs */
 };  };

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster