summaryrefslogtreecommitdiffstats
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-22 08:55:53 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-22 08:55:53 +0000
commitb10f237464f3021ba8ecb88b5dc0953a0eb44495 (patch)
tree7ec433f1b0293cadca8a4738052a7153b535ef54 /gcc/fix-header.c
parent8392c18924044b138fcd76703f8e12895863b451 (diff)
downloadppe42-gcc-b10f237464f3021ba8ecb88b5dc0953a0eb44495.tar.gz
ppe42-gcc-b10f237464f3021ba8ecb88b5dc0953a0eb44495.zip
2004-05-22 Eric Christopher <echristo@redhat.com>
* fix-header.c (read_scan_file): Update for add_path change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index a445ff26cb1..5e2e7bb3ed7 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -634,12 +634,12 @@ read_scan_file (char *in_fname, int argc, char **argv)
if (argv[i][2] != '\0')
{
strings_processed = 1;
- add_path (xstrdup (argv[i] + 2), BRACKET, false);
+ add_path (xstrdup (argv[i] + 2), BRACKET, false, false);
}
else if (i + 1 != argc)
{
strings_processed = 2;
- add_path (xstrdup (argv[i + 1]), BRACKET, false);
+ add_path (xstrdup (argv[i + 1]), BRACKET, false, false);
}
}
else if (argv[i][1] == 'D')
@@ -1317,7 +1317,7 @@ static void
fatal (const char *str, ...)
{
va_list ap;
-
+
va_start (ap, str);
v_fatal (str, ap);
va_end (ap);
OpenPOWER on IntegriCloud