Mercurial > hg > xemacs-beta
comparison src/inline.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 1ccc32a20af4 |
children | af57a77cbc92 |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
88 | 88 |
89 #ifdef HAVE_MS_WINDOWS | 89 #ifdef HAVE_MS_WINDOWS |
90 #include "console-msw.h" | 90 #include "console-msw.h" |
91 #endif | 91 #endif |
92 | 92 |
93 #ifdef HAVE_GTK | |
94 #include "console-gtk.h" | |
95 #include "ui-gtk.h" | |
96 #endif | |
97 | |
93 #ifdef FILE_CODING | 98 #ifdef FILE_CODING |
94 #include "file-coding.h" | 99 #include "file-coding.h" |
95 #endif | 100 #endif |
96 | 101 |
97 #ifdef TOOLTALK | 102 #ifdef TOOLTALK |