~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/cmp/cmpspecial.lsp

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-20 18:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620180019-7fbz1ln5444vtkkr
Tags: 0.9j-20080306-2ubuntu1
* Enabled unicode support. (Closes: LP #123530)
* Modify Maintainer value to match the DebianMaintainerField specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;;;;  -*- Mode: Lisp; Syntax: Common-Lisp; Package: C -*-
 
2
;;;;
1
3
;;;;  CMPSPECIAL  Miscellaneous special forms.
2
4
 
3
5
;;;;  Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
159
161
(put-sysprop 'the 'c1special 'c1the)
160
162
(put-sysprop 'eval-when 'c1special 'c1eval-when)
161
163
(put-sysprop 'declare 'c1special 'c1declare)
162
 
(put-sysprop 'compiler-let 'c1special 'c1compiler-let)
163
 
(put-sysprop 'compiler-let 'c2 'c2compiler-let)
 
164
(put-sysprop 'ext:compiler-let 'c1special 'c1compiler-let)
 
165
(put-sysprop 'ext:compiler-let 'c2 'c2compiler-let)
164
166
 
165
167
(put-sysprop 'fdefinition 'wt-loc 'wt-fdefinition)
166
168
(put-sysprop 'make-cclosure 'wt-loc 'wt-make-closure)