git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2011-03-21 16:25:11 +00:00
Родитель 10c6435e90
Коммит c70e193052
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,7 @@ more information on these extensions.</p>
<!-- ======================================================================= --> <!-- ======================================================================= -->
<p>Language extensions can be very useful, but only if you know you can depend <p>Language extensions can be very useful, but only if you know you can depend
on them. In order to allow fine-grain features checks, we support two builtin on them. In order to allow fine-grain features checks, we support three builtin
function-like macros. This allows you to directly test for a feature in your function-like macros. This allows you to directly test for a feature in your
code without having to resort to something like autoconf or fragile "compiler code without having to resort to something like autoconf or fragile "compiler
version checks".</p> version checks".</p>