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

« back to all changes in this revision

Viewing changes to books/rtl/rel5/lib/add.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:
2
2
 
3
3
(set-enforce-redundancy t)
4
4
 
 
5
(local (include-book "../support/top"))
 
6
 
5
7
(include-book "round")
6
8
 
7
 
(local (include-book "../support/top"))
8
 
 
9
9
(set-inhibit-warnings "theory") ; avoid warning in the next event
10
10
(local (in-theory nil))
11
11