diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-04 17:34:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-04 17:34:01 +0000 |
commit | 1f62777508316040195df2946fdd7349f220e0e2 (patch) | |
tree | c42914a5a71ef8f54dffd9f8683929b0a4e977c8 /clang/README.txt | |
parent | 3665f161ca584c02eae95a24eaeb144059ac431b (diff) | |
download | bcm5719-llvm-1f62777508316040195df2946fdd7349f220e0e2.tar.gz bcm5719-llvm-1f62777508316040195df2946fdd7349f220e0e2.zip |
update
llvm-svn: 38648
Diffstat (limited to 'clang/README.txt')
-rw-r--r-- | clang/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/README.txt b/clang/README.txt index f7a4c538caf..2512b581e6f 100644 --- a/clang/README.txt +++ b/clang/README.txt @@ -43,9 +43,9 @@ Lexer: * -fpreprocessed mode. Preprocessor: - * #line / #file directives - * Detection of "atomic" headers (#ifndef/#define). * Function-style #define & macro expansion + * #line / #file directives + * Detection of "atomic" headers: #if !defined. * -C output mode in -E mode. Traditional Preprocessor: |