summaryrefslogtreecommitdiff
path: root/MLKLispValue.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLispValue.m')
-rw-r--r--MLKLispValue.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/MLKLispValue.m b/MLKLispValue.m
new file mode 100644
index 0000000..1b409d2
--- /dev/null
+++ b/MLKLispValue.m
@@ -0,0 +1,8 @@
+/* -*- mode: objc; coding: utf-8 -*- */
+/* Copyright 2008, Matthias Benkard. */
+
+#include "MLKLispValue.h"
+
+
+@implementation MLKLispValue
+@end