aboutsummaryrefslogtreecommitdiffstats
path: root/z26.c
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:39:50 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:39:50 +0000
commite4836c62b245d618866b6523ec2c892aeb7a76be (patch)
tree5b5269fb7affb3b20ba8fe0224705bbde98c1614 /z26.c
parent128e9a1532ce7fa38ddc16de06d213530dc5ce15 (diff)
downloadlout-e4836c62b245d618866b6523ec2c892aeb7a76be.tar.gz
Lout 3.32.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@33 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z26.c')
-rw-r--r--z26.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/z26.c b/z26.c
index 48feb28..50dfb28 100644
--- a/z26.c
+++ b/z26.c
@@ -1,7 +1,7 @@
/*@z26.c:Echo Service:BeginString()@******************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.31) */
-/* COPYRIGHT (C) 1991, 2005 Jeffrey H. Kingston */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.32) */
+/* COPYRIGHT (C) 1991, 2006 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */
/* School of Information Technologies */
@@ -41,7 +41,7 @@ static BOOLEAN instring = FALSE; /* TRUE while making a string */
/*****************************************************************************/
/* */
-/* BeginString() */
+/* BeginString(void) */
/* */
/* Locate a clear buffer into which debug output may be accumulated. */
/* */
@@ -84,7 +84,7 @@ void AppendString(FULL_CHAR *str)
/*****************************************************************************/
/* */
-/* FULL_CHAR *EndString() */
+/* FULL_CHAR *EndString(void) */
/* */
/* Return the string constructed by previous AppendString operations. */
/* */