Commit 26f1aa5f by Kazu Hirata Committed by Jeff Law

* decl.c: Fix a comment typo.

From-SVN: r35541
parent 720a9d43
2000-08-07 Kazu Hirata <kazu@hxi.com>
* decl.c: Fix a comment typo.
2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
* Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist.
......
......@@ -85,7 +85,7 @@ Boston, MA 02111-1307, USA. */
This must be done before we can Layout a.
The reason this is an issue is that we do *not* have a lookup
(or hash) table per scope (or module). Instead we have a single
global table we we keep adding and removing bindings from.
global table we keep adding and removing bindings from.
(This is both for speed, and because of gcc history.)
Note that a SEIZE generates a declaration in the current scope,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment