mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Renamed _CS__ to _CHAPSEC__ (better visual impact in source).
This commit is contained in:
@ -234,7 +234,7 @@ use "section" for the top level description of EACH machine, and run
|
|||||||
headings down from there (top level for a particular machine is
|
headings down from there (top level for a particular machine is
|
||||||
section, then within that we have subsection, subsubsection etc).
|
section, then within that we have subsection, subsubsection etc).
|
||||||
|
|
||||||
The macro <_CS__> is for this purpose: its argument is evaluated (so
|
The macro <_CHAPSEC__> is for this purpose: its argument is evaluated (so
|
||||||
you can construct expressions to express choices such as above), then
|
you can construct expressions to express choices such as above), then
|
||||||
expands as follows:
|
expands as follows:
|
||||||
0: @chapter
|
0: @chapter
|
||||||
@ -243,7 +243,7 @@ expands as follows:
|
|||||||
3: @subsubsection
|
3: @subsubsection
|
||||||
...and so on.
|
...and so on.
|
||||||
|
|
||||||
_define__(<_CS__>,<@_cs__(_eval__($1))>)
|
_define__(<_CHAPSEC__>,<@_cs__(_eval__($1))>)
|
||||||
_define__(<_cs__>,<_ifelse__(
|
_define__(<_cs__>,<_ifelse__(
|
||||||
0, $1, <chapter>,
|
0, $1, <chapter>,
|
||||||
1, $1, <section>,
|
1, $1, <section>,
|
||||||
|
Reference in New Issue
Block a user