projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd30fa5
)
tree.c (expr_check): Fix typo in last change.
author
Zack Weinberg
<zack@bitmover.com>
Fri, 20 Aug 1999 01:54:42 +0000
(
01:54
+0000)
committer
Zack Weinberg
<zack@gcc.gnu.org>
Fri, 20 Aug 1999 01:54:42 +0000
(
01:54
+0000)
1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
* tree.c (expr_check): Fix typo in last change.
From-SVN: r28773
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 5a3bc478d4bf6d6b58b9463e9483782cd59ca778..f623166f8f1070d6f917c60bb7d46b7ea47bbca7 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>
+
+ * tree.c (expr_check): Fix typo in last change.
+
1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>
* rtl.def (NOTE): Change format to "iuu0n".
diff --git
a/gcc/tree.c
b/gcc/tree.c
index 123a3cece8275ea4ce788574175e64c3f3df2c0e..1d96534ab6bab7bb8ea9683dad29d75bc1e09d15 100644
(file)
--- a/
gcc/tree.c
+++ b/
gcc/tree.c
@@
-5165,7
+5165,7
@@
cst_or_constructor_check (node, file, line)
}
tree
-
cst_or_constructo
r_check (node, file, line)
+
exp
r_check (node, file, line)
const tree node;
const char *file;
int line;