~ubuntu-branches/ubuntu/gutsy/acl2/gutsy

« back to all changes in this revision

Viewing changes to init.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2006-12-04 10:35:42 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061204103542-68nf4pkilci0018n
Tags: 3.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; ACL2 Version 3.0.1 -- A Computational Logic for Applicative Common Lisp
 
1
; ACL2 Version 3.1 -- A Computational Logic for Applicative Common Lisp
2
2
; Copyright (C) 2006  University of Texas at Austin
3
3
 
4
4
; This version of ACL2 is a descendent of ACL2 Version 1.9, Copyright
56
56
; We may need a bigger stack than the default, as evidenced by the failure of
57
57
; the event (verify-guards read-utf8-fast ...) in books/unicode/read-utf8.lisp.
58
58
; We handle this issue here for GCL, and elsewhere for some other lisps.
 
59
; However, we have seen GCL 2.6.6 on Windows break here, so we skip the stack
 
60
; adjustment for Windows.
59
61
 
60
 
#+gcl
 
62
#+(and gcl (not mswindows))
61
63
(progn
62
64
  (defvar *acl2-gcl-multiply-stacks-evaluated* nil)
63
65
  (when (not *acl2-gcl-multiply-stacks-evaluated*)