~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to pcl/impl/pyramid/pyr-patches.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(in-package 'pcl)
 
2
 
 
3
;;; This next kludge disables macro memoization (the default) since somewhere
 
4
;;; in PCL, the memoization is getting in the way.
 
5
 
 
6
(eval-when (load eval)
 
7
    (format t "~&;;; Resetting *MACROEXPAND-HOOK* to #'FUNCALL~%")
 
8
    (setq lisp::*macroexpand-hook* #'funcall))
 
9