diff options
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 54941a9..a3cb74d 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -1919,7 +1919,7 @@ underscores. @item __COUNTER__ This macro expands to sequential integral values starting from 0. In -conjuction with the @code{##} operator, this provides a convenient means to +conjunction with the @code{##} operator, this provides a convenient means to generate unique identifiers. Care must be taken to ensure that @code{__COUNTER__} is not expanded prior to inclusion of precompiled headers which use it. Otherwise, the precompiled headers will not be used. |