Diff for /Amaya/amaya/HTMLbook.c between versions 1.32 and 1.33

version 1.32, 1998/09/07 12:37:55 version 1.33, 1998/10/08 12:23:04
Line 947  Document            document; Line 947  Document            document;
   Attribute             RelAttr, HrefAttr = NULL;    Attribute             RelAttr, HrefAttr = NULL;
   AttributeType attrType;    AttributeType attrType;
   int                   length;    int                   length;
   char                  *text, *ptr, *url;    char                  *text, *ptr, *url = NULL;
   Document              newdoc;    Document              newdoc;
   boolean              call_callback = FALSE;    boolean              call_callback = FALSE;
   GetIncludedDocuments_context  *ctx = NULL;    GetIncludedDocuments_context  *ctx = NULL;

Removed from v.1.32  
changed lines
  Added in v.1.33


Webmaster