summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:43:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 01:21:41 +0200
commitd86ccf58d5b462100d1f4ec5d016024543ec7f53 (patch)
tree857892d893278f2f405d7b0280cb65f96c940899 /MLKForm.h
parent79b29bf6e41ca122d469040cd671d43ce81bd6df (diff)
Replace special operator %DEFMACRO with intrinsic function %MACROSET.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/MLKForm.h b/MLKForm.h
index bf7c41b..5263dbd 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -134,14 +134,6 @@
@end
-@interface MLKSimpleDefmacroForm : MLKDeclaringForm
-{
- MLKSymbol *_lambdaListName;
- MLKSymbol *_name;
-}
-@end
-
-
@interface MLKEvalWhenForm : MLKBodyForm
{
BOOL _compileToplevel;