summaryrefslogtreecommitdiff
path: root/gcc/cpp.texi
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-19 21:55:16 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-19 21:55:16 +0000
commit9ca5ce341e8fdc872a548eacf2f7f7c94ccb4a38 (patch)
treef0cf393707eb3ce8227cbe40a894dc34b5040a06 /gcc/cpp.texi
parent4d7cc64a95d817d3822c2bbedf8255abb3e7a84f (diff)
downloadgcc-9ca5ce341e8fdc872a548eacf2f7f7c94ccb4a38.tar.gz
Formerly cpp.texi.~27~
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13745 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpp.texi')
-rw-r--r--gcc/cpp.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/cpp.texi b/gcc/cpp.texi
index 675da443775..dd269422657 100644
--- a/gcc/cpp.texi
+++ b/gcc/cpp.texi
@@ -2818,9 +2818,10 @@ is applied to the standard system directories.
@findex -lang-objc++
Specify the source language. @samp{-lang-c} is the default; it
allows recognition of C++ comments (comments that begin with
-@samp{//} and end at end of line), since this is
-a common feature and it will most likely be in the next C standard.
-@samp{-lang-c89} disables recognition of C++ comments. @samp{-lang-c++}
+@samp{//} and end at end of line) and hexadecimal floating-point constants,
+since these features will most likely appear in the next C standard.
+@samp{-lang-c89} disables recognition of C++ comments and
+hexadecimal floating-point constants. @samp{-lang-c++}
handles C++ comment syntax and includes extra default include
directories for C++. @samp{-lang-objc} enables the Objective C
@samp{#import} directive. @samp{-lang-objc++} enables both C++ and Objective C