* cpp.texi (Object-like Macros): Add missing 'is.'

This commit is contained in:
Ineiev 2025-04-28 07:21:31 +00:00
parent d62a0d0447
commit 50485b9b16
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ code that uses it. These macros are most commonly used to give
symbolic names to numeric constants.
@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
sequence it should be an abbreviation for, which is variously referred
to as the macro's @dfn{body}, @dfn{expansion} or @dfn{replacement