2002-09-12  Guerrero, Juan Manuel  <st001906@hrz1.hrz.tu-darmstadt.de>

	* marst.texinfo: Minor adjustments.



diff -acrpNC5 marst-2.4.orig/macvt.c marst-2.4.djgpp/macvt.c
*** marst-2.4.orig/macvt.c	Mon Sep  9 08:00:00 2002
--- marst-2.4.djgpp/macvt.c	Thu Sep 12 16:38:14 2002
***************
*** 28,38 ****
  #include <stdlib.h>
  #include <string.h>
  
  /*--------------------------------------------------------------------*/
  
! static char *version = "MACVT -- Algol 60 Converter, Version 2.4";
  /* Version information. */
  
  static char *infilename = "";
  /* The name of input text file that contains source Algol 60 program.
     If this file is the standard input file then its name is "(stdin)".
--- 28,38 ----
  #include <stdlib.h>
  #include <string.h>
  
  /*--------------------------------------------------------------------*/
  
! static char *version = "MACVT -- Algol 60 Converter, Version 2.4  (DJGPP port 2002-09-12)";
  /* Version information. */
  
  static char *infilename = "";
  /* The name of input text file that contains source Algol 60 program.
     If this file is the standard input file then its name is "(stdin)".
diff -acrpNC5 marst-2.4.orig/marst.c marst-2.4.djgpp/marst.c
*** marst-2.4.orig/marst.c	Mon Sep  9 08:00:00 2002
--- marst-2.4.djgpp/marst.c	Thu Sep 12 16:38:14 2002
***************
*** 80,90 ****
  -- and which is used by these routines is not the original syntax of the
  -- reference language. But this syntax is equivalent to the original one
  -- in the sense that they both define the same language.
  ----------------------------------------------------------------------*/
  
! static char *version = "MARST -- Algol-to-C Translator, Version 2.4";
  /* Version information. */
  
  static char *infilename = "";
  /* The name of input text file that contains source Algol 60 program.
     If this file is the standard input file then its name is "(stdin)".
--- 80,90 ----
  -- and which is used by these routines is not the original syntax of the
  -- reference language. But this syntax is equivalent to the original one
  -- in the sense that they both define the same language.
  ----------------------------------------------------------------------*/
  
! static char *version = "MARST -- Algol-to-C Translator, Version 2.4  (DJGPP port 2002-09-12)";
  /* Version information. */
  
  static char *infilename = "";
  /* The name of input text file that contains source Algol 60 program.
     If this file is the standard input file then its name is "(stdin)".
diff -acrpNC5 marst-2.4.orig/marst.texinfo marst-2.4.djgpp/marst.texinfo
*** marst-2.4.orig/marst.texinfo	Mon Sep  9 08:00:00 2002
--- marst-2.4.djgpp/marst.texinfo	Thu Sep 12 16:37:04 2002
***************
*** 1,16 ****
  \input texinfo @c -*-texinfo-*-
  @c %**start of header
  @setfilename marst.info
! @settitle GNU MARST 2.3 User's Guide
  @c %**end of header
  
  @ifinfo
  @format
! START-INFO-DIR-ENTRY
  * marst: (marst).       GNU Algol-to-C Translator
! END-INFO-DIR-ENTRY
  @end format
  @end ifinfo
  
  @ifinfo
  This file documents the GNU MARST package intended for translating from
--- 1,17 ----
  \input texinfo @c -*-texinfo-*-
  @c %**start of header
  @setfilename marst.info
! @settitle GNU MARST 2.4 User's Guide
  @c %**end of header
  
  @ifinfo
  @format
! @dircategory Programming
! @direntry
  * marst: (marst).       GNU Algol-to-C Translator
! @end direntry
  @end format
  @end ifinfo
  
  @ifinfo
  This file documents the GNU MARST package intended for translating from
*************** another language, under the above condit
*** 39,49 ****
  @end ifinfo
  
  @titlepage
  @title GNU MARST
  @subtitle GNU Algol-to-C Translator
! @subtitle Version 2.3
  @subtitle User's Guide
  @subtitle October 2001
  @author Andrew Makhorin
  @page
  @vskip 0pt plus 1filll
--- 40,50 ----
  @end ifinfo
  
  @titlepage
  @title GNU MARST
  @subtitle GNU Algol-to-C Translator
! @subtitle Version 2.4
  @subtitle User's Guide
  @subtitle October 2001
  @author Andrew Makhorin
  @page
  @vskip 0pt plus 1filll
*************** Permission is granted to copy and distri
*** 62,72 ****
  another language, under the above conditions for modified versions.
  @end titlepage
  
  @ifinfo
  @node Top, , , (dir)
! @top GNU MARST 2.3 User's Guide
  
  @menu
  * Introduction::        Introduction
  * Installation::        Installation
  * Invocation::          Program Invocation
--- 63,73 ----
  another language, under the above conditions for modified versions.
  @end titlepage
  
  @ifinfo
  @node Top, , , (dir)
! @top GNU MARST 2.4 User's Guide
  
  @menu
  * Introduction::        Introduction
  * Installation::        Installation
  * Invocation::          Program Invocation
