From 21ff032fa838b3aa2adf2db77ce2a27d12813c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 22 Oct 2007 10:18:48 +0000 Subject: removed zexyconf.h as it was too easy to enable the wrong stuff when not using copnfigure (e.g. in ./externals/build/src) instead we just do it ordinarily: configure will define HAVE_CONFIG_H in Make.config, and if this is set we include zexyconf.h, else we don't svn path=/trunk/externals/zexy/; revision=8857 --- src/zexy.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/zexy.c') diff --git a/src/zexy.c b/src/zexy.c index 0d8311b..62bc003 100644 --- a/src/zexy.c +++ b/src/zexy.c @@ -132,8 +132,7 @@ static void *zexy_new(void) void zexy_setup(void) { int i; - z_zexy_setup(); - /* ************************************** */ + startpost("\n\t"); for (i=0; i<28; i++) startpost("%c", HEARTSYMBOL); endpost(); @@ -149,6 +148,9 @@ void zexy_setup(void) class_addmethod(zexy_class, zexy_help, gensym("help"), 0); zexy_register("zexy"); + + /* ************************************** */ + z_zexy_setup(); } void verbose(int level, const char *fmt, ...){ -- cgit v1.2.1