projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9dc93
)
Add missing blanks
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 3 Feb 2001 13:33:14 +0000
(08:33 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 3 Feb 2001 13:33:14 +0000
(08:33 -0500)
From-SVN: r39431
gcc/fix-header.c
patch
|
blob
|
history
diff --git
a/gcc/fix-header.c
b/gcc/fix-header.c
index c2e31f6e48e1fd871d56edaa6f3374f6b64851c8..380fe860195a3410c1211f6974c2364940755e4e 100644
(file)
--- a/
gcc/fix-header.c
+++ b/
gcc/fix-header.c
@@
-1323,12
+1323,12
@@
fatal VPARAMS ((const char *str, ...))
#endif
va_list ap;
- VA_START(ap, str);
+ VA_START
(ap, str);
#ifndef ANSI_PROTOTYPES
str = va_arg (ap, const char *);
#endif
- v_fatal(str, ap);
- va_end(ap);
+ v_fatal
(str, ap);
+ va_end
(ap);
}