From d60858a687dc2146c79bb394b112b46f6488bc93 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 18 Nov 1994 02:30:32 +0000 Subject: [PATCH] (XSETCOMPILED): New macro. --- src/lisp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lisp.h b/src/lisp.h index 236d51563dc..ff2edc2ae67 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -390,6 +390,7 @@ extern int pure_size; #define XSETPROCESS(a, b) XSET (a, Lisp_Process, b) #define XSETFLOAT(a, b) XSET (a, Lisp_Float, b) #define XSETWINDOW_CONFIGURATION(a, b) XSET (a, Lisp_Window_Configuration, b) +#define XSETCOMPILED(a, b) XSET (a, Lisp_Compiled, b) #define XSETMARKER(a, b) (XSETMISC (a, b), XMISC (a)->type = Lisp_Misc_Marker) #ifdef USE_TEXT_PROPERTIES -- 2.39.5