]> git.eshelyaron.com Git - emacs.git/commitdiff
[MULTI_PERDISPLAY]: Declare get_perdisplay as a function.
authorKarl Heuer <kwzh@gnu.org>
Tue, 31 Jan 1995 01:52:22 +0000 (01:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 31 Jan 1995 01:52:22 +0000 (01:52 +0000)
src/lisp.h

index 94ba6bc3948d15a2cd97cda66f8746b84c442fd3..a1fac63abdc717fa23c9ff1fab5b84fc8ec321d6 100644 (file)
@@ -561,8 +561,12 @@ typedef struct
        usually.  '\0'-terminated.  This really shouldn't have a fixed size.  */
     char echobuf[ECHOBUFSIZE];
   } PERDISPLAY;
+#ifdef MULTI_PERDISPLAY
+extern PERDISPLAY *get_perdisplay ();
+#else
 extern PERDISPLAY the_only_perdisplay;
 #define get_perdisplay(f) (&the_only_perdisplay)
+#endif
 \f
 /* In a cons, the markbit of the car is the gc mark bit */