Mercurial > hg > xemacs-beta
comparison src/inline.c @ 5120:d1247f3cc363 ben-lisp-object
latest work on lisp-object workspace;
more changes eliminating LCRECORD in place of LISP_OBJECT;
now compiles and runs.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 28 Dec 2009 01:15:52 -0600 |
parents | e0db3c197671 |
children | b5df3737028a |
comparison
equal
deleted
inserted
replaced
5119:d877c14318b3 | 5120:d1247f3cc363 |
---|---|
97 | 97 |
98 #ifdef HAVE_DATABASE | 98 #ifdef HAVE_DATABASE |
99 #include "database.h" | 99 #include "database.h" |
100 #endif | 100 #endif |
101 | 101 |
102 #include "console-stream-impl.h" | |
103 | |
102 #ifdef HAVE_X_WINDOWS | 104 #ifdef HAVE_X_WINDOWS |
103 #include "glyphs-x.h" | 105 #include "console-x-impl.h" |
104 #ifdef USE_XFT | 106 #ifdef USE_XFT |
105 #include "font-mgr.h" | 107 #include "font-mgr.h" |
106 #endif | 108 #endif |
107 #endif | 109 #endif |
108 | 110 |
109 #ifdef HAVE_MS_WINDOWS | 111 #ifdef HAVE_MS_WINDOWS |
110 #include "console-msw.h" | 112 #include "console-msw-impl.h" |
113 #endif | |
114 | |
115 #ifdef HAVE_TTY | |
116 #include "console-tty-impl.h" | |
117 #include "objects-tty-impl.h" | |
111 #endif | 118 #endif |
112 | 119 |
113 #ifdef HAVE_GTK | 120 #ifdef HAVE_GTK |
114 #include "console-gtk.h" | 121 #include "console-gtk-impl.h" |
115 #include "ui-gtk.h" | 122 #include "ui-gtk.h" |
116 #endif | 123 #endif |
117 | 124 |
118 #include "file-coding.h" | 125 #include "file-coding.h" |
119 | 126 |