summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++/g++.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/c++/g++.c')
-rw-r--r--gnu/usr.bin/cc/c++/g++.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/c++/g++.c b/gnu/usr.bin/cc/c++/g++.c
index c8e205c..0991b35 100644
--- a/gnu/usr.bin/cc/c++/g++.c
+++ b/gnu/usr.bin/cc/c++/g++.c
@@ -258,7 +258,7 @@ choose_temp_base ()
base = choose_temp_base_try ("/usr/tmp", base);
base = choose_temp_base_try ("/tmp", base);
- /* If all else fails, use the current directory! */
+ /* If all else fails, use the current directory! */
if (base == (char *)0)
base = "./";
@@ -325,7 +325,7 @@ run_dos (program, argv)
i = system (scmd);
remove (rf);
-
+
if (i == -1)
perror_exec (program);
}
@@ -425,7 +425,7 @@ main (argc, argv)
if (argc == 2)
{
/* If they only gave us `-v', don't try to link
- in libg++. */
+ in libg++. */
added--;
library = NULL;
}
@@ -451,7 +451,7 @@ main (argc, argv)
}
else
{
- int len;
+ int len;
if (saw_speclang)
{
OpenPOWER on IntegriCloud