projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed06c60
)
Use <chise.h>.
author
tomo
<tomo>
Thu, 6 Mar 2003 07:36:33 +0000
(07:36 +0000)
committer
tomo
<tomo>
Thu, 6 Mar 2003 07:36:33 +0000
(07:36 +0000)
(db_dir): Use "/usr/local/lib/chise/char-db".
sample.c
patch
|
blob
|
history
diff --git
a/sample.c
b/sample.c
index
b43b1e9
..
13251af
100644
(file)
--- a/
sample.c
+++ b/
sample.c
@@
-1,8
+1,6
@@
-#include "chise.h"
+#include <chise.h>
-#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[])