From 681410a1fbde0051d9f66cd4f72c25341bab0c5e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 26 Feb 1994 02:20:31 +0000 Subject: [PATCH] Delete extra backslash on last line of macro. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 054b10de817..6d3e6681f0e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1039,7 +1039,7 @@ void staticpro(); ret_ungc_val = (expr); \ UNGCPRO; \ return ret_ungc_val; \ - } \ + } /* Defined in data.c */ extern Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound; -- 2.39.5