diff options
| author | Steve Naroff <snaroff@apple.com> | 2007-10-24 01:09:48 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2007-10-24 01:09:48 +0000 |
| commit | c77380b46f45d6767f3e9a253786811a8674d422 (patch) | |
| tree | a9441fb788fb5206fcd25e82ff55ffd15f71209a /clang/Lex/Preprocessor.cpp | |
| parent | ea37aa7d641fc62607742ec268d70de412178678 (diff) | |
| download | bcm5719-llvm-c77380b46f45d6767f3e9a253786811a8674d422.tar.gz bcm5719-llvm-c77380b46f45d6767f3e9a253786811a8674d422.zip | |
Incorporate some feedback from Chris...
llvm-svn: 43285
Diffstat (limited to 'clang/Lex/Preprocessor.cpp')
| -rw-r--r-- | clang/Lex/Preprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Lex/Preprocessor.cpp b/clang/Lex/Preprocessor.cpp index 63805443765..8cdfe44fad1 100644 --- a/clang/Lex/Preprocessor.cpp +++ b/clang/Lex/Preprocessor.cpp @@ -400,7 +400,7 @@ static void InitializePredefinedMacros(Preprocessor &PP, // Predefine ObjC primitive functions, traditionally declared in // <objc/objc-runtime.h>. Unlike the declarations above, we don't protect // these with a header guard (since multiple identical function declarations - // don't result in an error. + // don't result in an error. FIXME: don't predefine these... ObjcType = "OBJC_EXPORT id objc_getClass(const char *name);\n"; Buf.insert(Buf.end(), ObjcType, ObjcType+strlen(ObjcType)); ObjcType = "OBJC_EXPORT id objc_getMetaClass(const char *name);\n"; |

