summaryrefslogtreecommitdiff
path: root/lisp/write.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:12 +0000
commit10dc4a2c37597e02c12a9df3e9dba02a73bfc11b (patch)
tree862068307dff135870c4ae58be677408c4942a39 /lisp/write.c
parent8ae60bfe8a4b233100f5128859c76239e5789f70 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'lisp/write.c')
-rw-r--r--lisp/write.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/lisp/write.c b/lisp/write.c
index 4952119..fbf4718 100644
--- a/lisp/write.c
+++ b/lisp/write.c
@@ -27,10 +27,10 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/programs/xedit/lisp/write.c,v 1.30 2002/12/04 18:43:19 paulo Exp $ */
+/* $XFree86: xc/programs/xedit/lisp/write.c,v 1.32 2003/05/27 22:27:04 tsi Exp $ */
-#include "write.h"
-#include "hash.h"
+#include "lisp/write.h"
+#include "lisp/hash.h"
#include <math.h>
#include <ctype.h>
@@ -258,14 +258,9 @@ Lisp_Write(LispBuiltin *builtin)
{
int head = lisp__data.env.length;
- LispObj *object, *ocase, *circle, *escape, *length, *level,
- *lines, *pretty, *readably, *right_margin, *stream;
+ LispObj *object, *ocase, *circle, *escape, *length, *level, *stream;
stream = ARGUMENT(10);
- right_margin = ARGUMENT(9); /* yet unused */
- readably = ARGUMENT(8); /* yet unused */
- pretty = ARGUMENT(7); /* yet unused */
- lines = ARGUMENT(6); /* yet unused */
level = ARGUMENT(5);
length = ARGUMENT(4);
escape = ARGUMENT(3);