summaryrefslogtreecommitdiff
path: root/libstore/store.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-24 19:29:04 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-24 19:29:04 +0000
commite55ef2526c963f88b0cfe1f39dab0131377a1ae4 (patch)
tree8fec4f621bdab95e08c5faa7addad52eba5bc741 /libstore/store.c
parent592615ea7df69c2728362bd4238730d050c07312 (diff)
Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* store.h: Add extern inline protection. * store.c: New file. * Makefile (SRCS): Add store.c.
Diffstat (limited to 'libstore/store.c')
-rw-r--r--libstore/store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/store.c b/libstore/store.c
new file mode 100644
index 00000000..a603d621
--- /dev/null
+++ b/libstore/store.c
@@ -0,0 +1,2 @@
+#define STORE_EI
+#include "store.h"