aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-03-19 00:38:04 +0000
committerRoland Pesch <pesch@cygnus>1991-03-19 00:38:04 +0000
commit907621824e31daf6504860009535f03676afee4d (patch)
tree6a21554480a957473f0fce1b21c904b98029aa94 /gas
parent69798b646ad73c170dfd359d910831f68ac82d13 (diff)
downloadgdb-907621824e31daf6504860009535f03676afee4d.zip
gdb-907621824e31daf6504860009535f03676afee4d.tar.gz
gdb-907621824e31daf6504860009535f03676afee4d.tar.bz2
Renamed _CS__ to _CHAPSEC__ (better visual impact in source).
Diffstat (limited to 'gas')
-rw-r--r--gas/doc/pretex.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/pretex.m4 b/gas/doc/pretex.m4
index da62d49..3fe9e05 100644
--- a/gas/doc/pretex.m4
+++ b/gas/doc/pretex.m4
@@ -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
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
expands as follows:
0: @chapter
@@ -243,7 +243,7 @@ expands as follows:
3: @subsubsection
...and so on.
-_define__(<_CS__>,<@_cs__(_eval__($1))>)
+_define__(<_CHAPSEC__>,<@_cs__(_eval__($1))>)
_define__(<_cs__>,<_ifelse__(
0, $1, <chapter>,
1, $1, <section>,