summaryrefslogtreecommitdiff
path: root/defun-0.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'defun-0.lisp')
-rw-r--r--defun-0.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/defun-0.lisp b/defun-0.lisp
new file mode 100644
index 0000000..5b95711
--- /dev/null
+++ b/defun-0.lisp
@@ -0,0 +1,5 @@
+(%defmacro* defun args
+ `(%defun* ,@args))
+
+(%defmacro* defmacro args
+ `(%defmacro* ,@args))