# HG changeset patch # User Jim Blandy # Date 721121720 0 # Node ID c0c9fc68a00672634dcea87e48a36a3d12bbdf68 # Parent 892c9f61217ab24e0c1356bd5a5dee285fc4295d * lisp.h [not MULTI_FRAME]: Don't declare the Lisp_Frame tag. diff -r 892c9f61217a -r c0c9fc68a006 src/lisp.h --- a/src/lisp.h Sat Nov 07 07:34:58 1992 +0000 +++ b/src/lisp.h Sat Nov 07 07:35:20 1992 +0000 @@ -86,9 +86,13 @@ XOBJFWD(obj) points to the Lisp_Object variable. */ Lisp_Objfwd, +#ifdef MULTI_FRAME /* Pointer to a vector-like object describing a display frame - on which Emacs can display a window hierarchy. */ + on which Emacs can display a window hierarchy. We don't define + this unless MULTI_FRAME is defined; this helps the compiler catch + code that won't work on a non-MULTI_FRAME configuration. */ Lisp_Frame, +#endif /* Used when a FILE * value needs to be passed in an argument of type Lisp_Object.