From 26f1aa5fd265ba52b62e9786d792f772b851472c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 7 Aug 2000 07:05:52 +0000 Subject: [PATCH] * decl.c: Fix a comment typo. From-SVN: r35541 --- gcc/ch/ChangeLog | 4 ++++ gcc/ch/decl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 1a200bb2ebe..5bbd150ab69 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-08-07 Kazu Hirata + + * decl.c: Fix a comment typo. + 2000-08-04 Zack Weinberg * Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist. diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index d5fcb1d26aa..ba541145397 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -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, -- 2.30.2