aboutsummaryrefslogtreecommitdiffstats
path: root/z09.c
diff options
context:
space:
mode:
Diffstat (limited to 'z09.c')
-rw-r--r--z09.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/z09.c b/z09.c
index 0df8d96..3cbaf0e 100644
--- a/z09.c
+++ b/z09.c
@@ -1,9 +1,9 @@
/*@z09.c:Closure Expansion:SearchEnv()@***************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.26) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.27) */
/* COPYRIGHT (C) 1991, 2002 Jeffrey H. Kingston */
/* */
-/* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */
+/* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */
/* Basser Department of Computer Science */
/* The University of Sydney 2006 */
/* AUSTRALIA */
@@ -216,7 +216,7 @@ OBJECT *crs, OBJECT *res_env)
/* fail only if there is no default value available */
if( sym_body(actual(x)) == nilobj )
{
- debug3(DCE, D, "failing ClosureExpand( %s, crs, %s, %s, res_env )\n",
+ debug3(DCE, D, "failing ClosureExpand( %s, crs, %s, %s, res_env )",
EchoObject(x), bool(crs_wanted), EchoObject(env));
Error(9, 2, "no value for parameter %s of symbol %s:", WARN, &fpos(x),
SymName(actual(x)), SymName(enclosing(actual(x))));