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

« back to all changes in this revision

Viewing changes to doc/HTML/NOTE-2-9-5.html

  • 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
1
<html>
2
 
<head><title>NOTE-2-9-5.html  --  ACL2 Version 3.0.1</title></head>
 
2
<head><title>NOTE-2-9-5.html  --  ACL2 Version 3.1</title></head>
3
3
<body text=#000000 bgcolor="#FFFFFF">
4
4
<h2>NOTE-2-9-5</h2>Changes in Version  3.0 since Version  2.9.4
5
5
<pre>Major Section:  <a href="RELEASE-NOTES.html">RELEASE-NOTES</a>
105
105
even when at the event level, as illustrated by the following example.
106
106
 
107
107
<pre>
108
 
(progn (defmacro foo (x) x)
109
 
       (my-defun g (x) (foo x)))
 
108
(progn (defmacro my-defun (&amp;rest args)
 
109
         `(defun ,@args))
 
110
       (my-defun g (x) x))
110
111
</pre>
111
112
 
112
113
Thanks to Anna Slobodova for bringing this issue to our attention.  A related