* cpp.texi (Object-like Macros): Add missing 'is.'
This commit is contained in:
parent
d62a0d0447
commit
50485b9b16
2
cpp.texi
2
cpp.texi
|
@ -627,7 +627,7 @@ code that uses it. These macros are most commonly used to give
|
||||||
symbolic names to numeric constants.
|
symbolic names to numeric constants.
|
||||||
|
|
||||||
@findex #define
|
@findex #define
|
||||||
The way to define macros with the @code{#define} directive.
|
The way to define macros is with the @code{#define} directive.
|
||||||
@code{#define} is followed by the name of the macro and then the token
|
@code{#define} is followed by the name of the macro and then the token
|
||||||
sequence it should be an abbreviation for, which is variously referred
|
sequence it should be an abbreviation for, which is variously referred
|
||||||
to as the macro's @dfn{body}, @dfn{expansion} or @dfn{replacement
|
to as the macro's @dfn{body}, @dfn{expansion} or @dfn{replacement
|
||||||
|
|
Loading…
Reference in New Issue