mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
316 B
C
12 lines
316 B
C
|
--- cp/g++.c.orig Mon Nov 20 14:08:53 1995
|
||
|
+++ cp/g++.c Mon Mar 20 13:29:12 2000
|
||
|
@@ -415,7 +415,7 @@
|
||
|
programname = p;
|
||
|
|
||
|
if (argc == 1)
|
||
|
- fatal ("No input files specified.\n");
|
||
|
+ fatal ("No input files specified");
|
||
|
|
||
|
#ifndef __MSDOS__
|
||
|
/* We do a little magic to find out where the main gcc executable
|