projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e3196
)
Concatenate one of the fprintf calls in the previous change.
author
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Wed, 21 May 2003 00:47:44 +0000
(
00:47
+0000)
committer
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Wed, 21 May 2003 00:47:44 +0000
(
00:47
+0000)
From-SVN: r67050
gcc/genautomata.c
patch
|
blob
|
history
diff --git
a/gcc/genautomata.c
b/gcc/genautomata.c
index 9015f8c5452fbf778672977ab39265299548a824..e72b52c7f04e42b233a1227532f56f47c28f09e4 100644
(file)
--- a/
gcc/genautomata.c
+++ b/
gcc/genautomata.c
@@
-9358,9
+9358,8
@@
output_description ()
decl = description->decls [i];
if (decl->mode == dm_reserv)
{
- fprintf (output_description_file, "reservation ");
- fprintf (output_description_file, "%s", DECL_RESERV (decl)->name);
- fprintf (output_description_file, ": ");
+ fprintf (output_description_file, "reservation %s: ",
+ DECL_RESERV (decl)->name);
output_regexp (DECL_RESERV (decl)->regexp);
fprintf (output_description_file, "\n");
}