projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c27f80
)
(set_spec): Fix comment-in-comment typo.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 15 Feb 1997 23:26:43 +0000
(18:26 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 15 Feb 1997 23:26:43 +0000
(18:26 -0500)
From-SVN: r13643
gcc/gcc.c
patch
|
blob
|
history
diff --git
a/gcc/gcc.c
b/gcc/gcc.c
index 4be2f62db37a2fb876402d6271fe96543ff4abd0..a4cfd45b994b676fb1dce483950f86dd41bef8cd 100644
(file)
--- a/
gcc/gcc.c
+++ b/
gcc/gcc.c
@@
-1274,8
+1274,6
@@
set_spec (name, spec)
int name_len = strlen (name);
int i;
- /* See if the
-
/* See if the spec already exists */
for (sl = specs; sl; sl = sl->next)
if (name_len == sl->name_len && !strcmp (sl->name, name))