Diff for /Amaya/amaya/HTMLbook.c between versions 1.3 and 1.4

version 1.3, 1997/03/20 10:57:38 version 1.4, 1997/03/29 09:56:51
Line 49  static int              basePrint; Line 49  static int              basePrint;
   target anchor and that allows P schemas to display and print cross-references    target anchor and that allows P schemas to display and print cross-references
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 #ifdef __STDC__  #ifdef __STDC__
 static void             SetInternalLinks (Document document)  void             SetInternalLinks (Document document)
 #else  #else
 static void             SetInternalLinks (document)  void             SetInternalLinks (document)
 Document                document;  Document                document;
 #endif  #endif
 {  {

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


Webmaster