aboutsummaryrefslogtreecommitdiff
path: root/hash.inc.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-03 00:00:05 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-03 00:00:05 +0100
commit7c7dd1a8b18b101e093df5eff6247acd94f25422 (patch)
treec13ad29493067cc4244e7bd6b97c7695bacf1389 /hash.inc.h
parentMade code.scm do same stuff as main. (diff)
downloadcalp-7c7dd1a8b18b101e093df5eff6247acd94f25422.tar.gz
calp-7c7dd1a8b18b101e093df5eff6247acd94f25422.tar.xz
Rework makefile, made .inc into .inc.h.
Diffstat (limited to '')
-rw-r--r--hash.inc.h (renamed from hash.inc)2
1 files changed, 0 insertions, 2 deletions
diff --git a/hash.inc b/hash.inc.h
index 81da6218..0b07629f 100644
--- a/hash.inc
+++ b/hash.inc.h
@@ -59,5 +59,3 @@ int HASH_FREE(TYPE) ( TABLE(TYPE)* table ) {
}
#endif /* TYPE */
-
-// vim: ft=c