From: tomo Date: Thu, 6 Mar 2003 07:36:33 +0000 (+0000) Subject: Use . X-Git-Tag: r0_1_1-pre1~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ffa0614e4d6b7af92f6e5eed1c0aec8593be3d07;p=chise%2Flibchise.git Use . (db_dir): Use "/usr/local/lib/chise/char-db". --- diff --git a/sample.c b/sample.c index b43b1e9..13251af 100644 --- a/sample.c +++ b/sample.c @@ -1,8 +1,6 @@ -#include "chise.h" +#include -#define xzero(lvalue) ((void) memset (&(lvalue), '\0', sizeof (lvalue))) - -char db_dir[] = "/usr/local/lib/xemacs-21.4.10/i586-pc-linux/char-db"; +char db_dir[] = "/usr/local/lib/chise/char-db"; int main (int argc, char* argv[])