aboutsummaryrefslogtreecommitdiffstats
path: root/externs.h
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-23 20:45:43 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-23 20:45:43 +0000
commitadfba3772459ce4261cfd17922271fee3443a7dc (patch)
tree6df9097f53fcf7ac4949c488073fef3e0dbf871c /externs.h
parent0f6125b4c2c778dbae114e5f26fe95d86257be2d (diff)
downloadlout-adfba3772459ce4261cfd17922271fee3443a7dc.tar.gz
Lout 3.39.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@47 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'externs.h')
-rw-r--r--externs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externs.h b/externs.h
index 982edf3..76450c9 100644
--- a/externs.h
+++ b/externs.h
@@ -1,6 +1,6 @@
/*@externs.h:External Declarations:Directories and file conventions@**********/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.38) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.39) */
/* COPYRIGHT (C) 1991, 2008 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */
@@ -95,7 +95,7 @@ extern nl_catd MsgCat;
/* */
/*****************************************************************************/
-#define LOUT_VERSION AsciiToFull("Basser Lout Version 3.38 (September 2008)")
+#define LOUT_VERSION AsciiToFull("Basser Lout Version 3.39 (September 2010)")
#define CROSS_DB AsciiToFull("lout")
#define SOURCE_SUFFIX AsciiToFull(".lt")
#define INDEX_SUFFIX AsciiToFull(".li")
@@ -187,7 +187,7 @@ extern nl_catd MsgCat;
#define WRITE_FILE "w"
#define APPEND_FILE "a"
#define STR_NEWLINE AsciiToFull("\r")
-#define STR_DIR AsciiToFull(":")
+#define STR_DIR AsciiToFull("/")
#define UNCOMPRESS_COM "gunzip -c %s > %s"
#define LOUT_EPS "lout.eps"
#else