Diff for /Amaya/amaya/HTMLbook.c between versions 1.42 and 1.43

version 1.42, 1999/04/03 09:59:19 version 1.43, 1999/04/15 13:16:25
Line 45  static struct _SubDoc  *SubDocs; Line 45  static struct _SubDoc  *SubDocs;
 static int              PaperPrint;  static int              PaperPrint;
 static int              ManualFeed;  static int              ManualFeed;
 static int              PageSize;  static int              PageSize;
 static CHAR             PSdir[MAX_PATH];  static CHAR_T             PSdir[MAX_PATH];
 static CHAR             pPrinter[MAX_PATH];  static CHAR_T             pPrinter[MAX_PATH];
 static Document         docPrint;  static Document         docPrint;
 static boolean          numberLinks;  static boolean          numberLinks;
 static boolean          withToC;  static boolean          withToC;
Line 181  Document                document; Line 181  Document                document;
   Attribute             attr, ExtLinkAttr;    Attribute             attr, ExtLinkAttr;
   AttributeType         attrType;    AttributeType         attrType;
   STRING                text, ptr, url;     STRING                text, ptr, url; 
   CHAR                  number[10];    CHAR_T                  number[10];
   CHAR                  value[MAX_LENGTH];    CHAR_T                  value[MAX_LENGTH];
   int                   length, i, volume;    int                   length, i, volume;
   int                   status, position;    int                   status, position;
   boolean               split;    boolean               split;
Line 375  static void         CheckPrintingDocumen Line 375  static void         CheckPrintingDocumen
 Document            document;  Document            document;
 #endif  #endif
 {  {
    CHAR             docName[MAX_LENGTH];     CHAR_T             docName[MAX_LENGTH];
    STRING           ptr;      STRING           ptr; 
    CHAR             suffix[MAX_LENGTH];     CHAR_T             suffix[MAX_LENGTH];
    int              lg;     int              lg;
   
    if (docPrint != document)     if (docPrint != document)
Line 432  Document            doc; Line 432  Document            doc;
   AttributeType      attrType;    AttributeType      attrType;
   Attribute          attr;    Attribute          attr;
   Element            el;    Element            el;
   CHAR               viewsToPrint[MAX_PATH];    CHAR_T               viewsToPrint[MAX_PATH];
   boolean            status, textFile;    boolean            status, textFile;
   
   textFile = (DocumentTypes[doc] == docText ||    textFile = (DocumentTypes[doc] == docText ||
Line 649  View                view; Line 649  View                view;
 #endif  #endif
 {  {
 #  ifndef _WINDOWS  #  ifndef _WINDOWS
    CHAR             bufMenu[MAX_LENGTH];     CHAR_T             bufMenu[MAX_LENGTH];
    int              i;     int              i;
 #  endif /* !_WINDOWS */  #  endif /* !_WINDOWS */
    boolean            status, textFile;     boolean            status, textFile;

Removed from v.1.42  
changed lines
  Added in v.1.43


Webmaster