diff options
Diffstat (limited to 'dev-lisp/cl-regex/files/defconstant-gentoo.patch')
-rw-r--r-- | dev-lisp/cl-regex/files/defconstant-gentoo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lisp/cl-regex/files/defconstant-gentoo.patch b/dev-lisp/cl-regex/files/defconstant-gentoo.patch new file mode 100644 index 000000000000..bcb548189161 --- /dev/null +++ b/dev-lisp/cl-regex/files/defconstant-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur cl-regex-1.orig/macs.lisp cl-regex-1/macs.lisp +--- cl-regex-1.orig/macs.lisp 2002-10-06 13:30:14.000000000 -0500 ++++ cl-regex-1/macs.lisp 2006-11-15 23:02:58.000000000 -0600 +@@ -517,7 +517,7 @@ + nil)
+
+
+-(defconstant +special-class-names+
++(cl+:defconst +special-class-names+
+ '((":alpha:" alpha) (":upper:" upper) (":lower:" lower) (":digit:" digit)
+ (":alnum:" alnum) (":xdigit:" xdigit) (":odigit:" odigit) (":punct:" punct)
+ (":space:" space) (":word:" wordchar)))
|