home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.bug
- Path: sparky!uunet!cis.ohio-state.edu!jarthur.claremont.edu!jason
- From: jason@jarthur.claremont.edu (Jason Merrill)
- Subject: Patch for Emacs 18.59/Ultrix 4.2A/gcc/X
- Message-ID: <1992Nov20.110742.16344@muddcs.claremont.edu>
- Sender: gnulists@ai.mit.edu
- Organization: Harvey Mudd College, Claremont, CA 91711
- Distribution: gnu
- Date: Fri, 20 Nov 1992 11:07:42 GMT
- Approved: bug-gnu-emacs@prep.ai.mit.edu
- Lines: 20
-
- This patch is necessary to get x11term.c to compile properly. The reason:
- Xlib.h's prototypes depend on Xutil.h, and vice versa. Real smart, guys.
- Perhaps the check for Ultrix should be generalized to DECwindows.
-
- *** x11term.h~ Mon Jul 13 20:09:05 1992
- --- x11term.h Fri Nov 20 02:25:09 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #ifdef ultrix
- + #define NeedFunctionPrototypes 0
- + #endif
- #include <X11/Xlib.h>
- #include <X11/Xatom.h>
- #include <X11/keysym.h>
-
- --
- Jason Merrill jason@jarthur.claremont.edu
- This is a self-referential .sig which is not particularly interesting.
-
-