Skip to content
Snippets Groups Projects
Commit 071958b1 authored by law's avatar law
Browse files

* check-init.c: Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30281 138bc75d-0d04-0410-961f-82ee72b054a4
parent 4a56915a
No related branches found
No related tags found
No related merge requests found
Sat Oct 30 21:35:13 1999 Todd T. Fries <todd@lighthouse.fries.net>
* check-init.c: Fix typo in comment.
Fri Oct 29 14:35:18 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* class.c (add_method_1): Set DECL_INLINE to 1 for private, static
......
......@@ -216,7 +216,7 @@ check_bool2_init (code, exp0, exp1, before, when_false, when_true)
the conditional when the conditional is false.
On output, WHEN_TRUE is the set of variables definitely assigned after
the conditional when the conditional is true.
(WHEN_FALSE and WHEN_TRUE are overwriten with initial values ignored.)
(WHEN_FALSE and WHEN_TRUE are overwritten with initial values ignored.)
(None of BEFORE, WHEN_FALSE, or WHEN_TRUE can overlap, as they may
be used as temporary working areas. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment