[cfe-commits] r111729 - /cfe/trunk/lib/Frontend/InitPreprocessor.cpp
Michael J. Spencer
bigcheesegs at gmail.com
Fri Aug 20 23:05:06 PDT 2010
Author: mspencer
Date: Sat Aug 21 01:05:06 2010
New Revision: 111729
URL: http://llvm.org/viewvc/llvm-project?rev=111729&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/lib/Frontend/InitPreprocessor.cpp
Modified: cfe/trunk/lib/Frontend/InitPreprocessor.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/InitPreprocessor.cpp?rev=111729&r1=111728&r2=111729&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/InitPreprocessor.cpp (original)
+++ cfe/trunk/lib/Frontend/InitPreprocessor.cpp Sat Aug 21 01:05:06 2010
@@ -319,7 +319,7 @@
Builder.defineMacro("__cplusplus");
else
// C++ [cpp.predefined]p1:
- // The name_ _cplusplusis defined to the value199711Lwhen compiling a
+ // The name_ _cplusplusis defined to the value 199711L when compiling a
// C++ translation unit.
Builder.defineMacro("__cplusplus", "199711L");
Builder.defineMacro("__private_extern__", "extern");
More information about the cfe-commits
mailing list