changeset 6094:d55916e75e16

Delete extra backslash on last line of macro.
author Karl Heuer <kwzh@gnu.org>
date Sat, 26 Feb 1994 02:20:31 +0000
parents 00cee8387866
children c04ea0b0dbc0
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sat Feb 26 00:14:42 1994 +0000
+++ b/src/lisp.h	Sat Feb 26 02:20:31 1994 +0000
@@ -1039,7 +1039,7 @@
       ret_ungc_val = (expr);		\
       UNGCPRO;				\
       return ret_ungc_val;		\
-    }					\
+    }
 
 /* Defined in data.c */
 extern Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound;