aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.h
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-08 23:33:41 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-08 23:33:41 -0700
commit95a9726023abd85b49ed39837911e1b231f4389b (patch)
tree3535a3ca1feac910ecf736fdc07ddcb5559f4321 /src/parse.h
parentca0d95e26663e05d702c6f3a5627812dbf0c9f90 (diff)
downloadconfconf-95a9726023abd85b49ed39837911e1b231f4389b.tar.gz
implement internal tokeniser
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h
index e69de29..9f9b4e3 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -0,0 +1,6 @@
+#ifndef CONFCONF_PARSE_H
+#define CONFCONF_PARSE_H
+
+
+
+#endif