From 9baf6af8b4d6312cdb9658447e9346162d8ef65c Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Mon, 17 Jan 2005 00:00:32 +0000
Subject: [PATCH] Load reader aux macros

---
 ansi-tests/get-macro-character.lsp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ansi-tests/get-macro-character.lsp b/ansi-tests/get-macro-character.lsp
index d1467ea6..00ce6570 100644
--- a/ansi-tests/get-macro-character.lsp
+++ b/ansi-tests/get-macro-character.lsp
@@ -5,6 +5,8 @@
 
 (in-package :cl-test)
 
+(compile-and-load "reader-aux.lsp")
+
 (def-syntax-test get-macro-character.1
   (loop for c across "()';\"`,#"
 	collect
-- 
GitLab