home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / bug / 1499 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.0 KB  |  33 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!jarthur.claremont.edu!jason
  3. From: jason@jarthur.claremont.edu (Jason Merrill)
  4. Subject: Patch for Emacs 18.59/Ultrix 4.2A/gcc/X
  5. Message-ID: <1992Nov20.110742.16344@muddcs.claremont.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Harvey Mudd College, Claremont, CA 91711
  8. Distribution: gnu
  9. Date: Fri, 20 Nov 1992 11:07:42 GMT
  10. Approved: bug-gnu-emacs@prep.ai.mit.edu
  11. Lines: 20
  12.  
  13. This patch is necessary to get x11term.c to compile properly.  The reason:
  14. Xlib.h's prototypes depend on Xutil.h, and vice versa.  Real smart, guys.
  15. Perhaps the check for Ultrix should be generalized to DECwindows.
  16.  
  17. *** x11term.h~  Mon Jul 13 20:09:05 1992
  18. --- x11term.h   Fri Nov 20 02:25:09 1992
  19. ***************
  20. *** 1,3 ****
  21. --- 1,6 ----
  22. + #ifdef ultrix
  23. + #define NeedFunctionPrototypes 0
  24. + #endif
  25.   #include <X11/Xlib.h>
  26.   #include <X11/Xatom.h>
  27.   #include <X11/keysym.h>
  28.  
  29. --
  30. Jason Merrill                    jason@jarthur.claremont.edu
  31. This is a self-referential .sig which is not particularly interesting.
  32.  
  33.