Rename *ll* and *ul* to ll and ul in in-interval
[maxima.git] / share / contrib / unicodedata / unicodedata.system
blobe377c8000e5133b2a8bebefb9334aa420380ba39
1 ;; -*- mode: lisp; coding: utf-8 -*-
2 ;; Copyright Leo Butler (leo.butler@member.fsf.org) 2015
3 ;; Released under the terms of GPLv3+
5 (mk:defsystem unicodedata
6   :source-pathname (maxima::maxima-load-pathname-directory)
7   :binary-pathname (maxima::maxima-objdir "share" "contrib" "unicodedata")
8   :source-extension "lisp"
9   :components
10   ((:file "unicodedata") (:file "grind-patch")))