2013-03-12  Juan Manuel Guerrero  <juan.guerrero@gmx.de>

	* doc/marst.texi: DJGPP specific adjustment.

	* macvt.c: DJGPP specific adjustment.

	* marst.c: DJGPP specific adjustment.




diff -aprNU5 marst-2.7.orig/doc/marst.texi marst-2.7/doc/marst.texi
--- marst-2.7.orig/doc/marst.texi	2013-03-09 09:00:00 +0000
+++ marst-2.7/doc/marst.texi	2013-03-12 19:39:20 +0000
@@ -22,10 +22,11 @@ a permission notice identical to this on
 Permission is granted to copy and distribute translations of this
 manual into another language, under the above conditions for modified
 versions.
 @end copying
 
+@dircategory Programming
 @direntry
 * marst: (marst).               GNU Algol-to-C Translator
 @end direntry
 
 @titlepage
diff -aprNU5 marst-2.7.orig/macvt.c marst-2.7/macvt.c
--- marst-2.7.orig/macvt.c	2013-03-09 09:00:00 +0000
+++ marst-2.7/macvt.c	2013-03-12 19:41:32 +0000
@@ -27,11 +27,11 @@
 #include <stdlib.h>
 #include <string.h>
 
 /*--------------------------------------------------------------------*/
 
-static char *version = "MACVT -- Algol 60 Converter, Version 2.7";
+static char *version = "MACVT -- Algol 60 Converter, Version 2.7  (DJGPP port (r1))";
 /* 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 -aprNU5 marst-2.7.orig/marst.c marst-2.7/marst.c
--- marst-2.7.orig/marst.c	2013-03-09 09:00:00 +0000
+++ marst-2.7/marst.c	2013-03-12 19:40:54 +0000
@@ -79,11 +79,11 @@
 -- 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.7";
+static char *version = "MARST -- Algol-to-C Translator, Version 2.7  (DJGPP port (r1))";
 /* 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)".
