* invoke.texi (g++): "g++" is not a script anymore.

From-SVN: r34634
This commit is contained in:
Martin Buchholz 2000-06-21 17:10:00 +00:00 committed by Jeff Law
parent 88e1b92a3d
commit d8c70cd018
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 21 11:05:48 2000 Martin Buchholz <martin@xemacs.org>
* invoke.texi (g++): "g++" is not a script anymore.
2000-06-20 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* function.c (round_down): Delete obsolete prototype.

View File

@ -658,7 +658,7 @@ circumstances, you might want to compile programs from standard input,
or otherwise without a suffix that flags them as C++ programs.
@code{g++} is a program that calls GCC with the default language
set to C++, and automatically specifies linking against the C++
library. On many systems, the script @code{g++} is also
library. On many systems, @code{g++} is also
installed with the name @code{c++}.
@cindex invoking @code{g++}