summaryrefslogtreecommitdiff
path: root/src/grkelot.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-08-18 01:12:47 +0000
committerMichael Jennings <mej@kainx.org>1999-08-18 01:12:47 +0000
commit661b1b9448308e0f50a4a6d131f2b3fb66c63dd4 (patch)
tree828b240bf3a9b9eb44499de1a99300ef956f0a1e /src/grkelot.c
parente64e1663de917283ea3c05ab928398d37ca656c7 (diff)
downloadeterm-661b1b9448308e0f50a4a6d131f2b3fb66c63dd4.tar.gz
Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org>
Now that we have a fixed CVS server.... This includes the old 0.8.10 code, but it's now 0.9. It also includes a timer subsystem. SVN revision: 52
Diffstat (limited to 'src/grkelot.c')
-rw-r--r--src/grkelot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/grkelot.c b/src/grkelot.c
index 7e328eb..98d863b 100644
--- a/src/grkelot.c
+++ b/src/grkelot.c
@@ -44,8 +44,8 @@
static const char cvs_ident[] = "$Id$";
+#include "config.h"
#include "feature.h"
-#include "grkelot.h"
#ifdef GREEK_SUPPORT
# include "grkelot.h"
@@ -320,7 +320,6 @@ kstate_cxlat(unsigned int c)
return (c);
}
-# ifdef RXVT
void
greek_init(void)
{
@@ -384,6 +383,5 @@ main(void)
return 0;
}
# endif
-# endif /* RXVT */
#endif /* GREEK_SUPPORT */