diff options
author | Roland Pesch <pesch@cygnus> | 1991-05-15 18:10:40 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-05-15 18:10:40 +0000 |
commit | 92d3036028fe224e97c4ccfb59ca121b308724d9 (patch) | |
tree | 33d942f519e6ad6380e845a7808385f37c703e84 /gdb/doc/pretex.m4 | |
parent | a37c68f7a2c05e327fe99130c89dc60c8f5e448b (diff) | |
download | gdb-92d3036028fe224e97c4ccfb59ca121b308724d9.zip gdb-92d3036028fe224e97c4ccfb59ca121b308724d9.tar.gz gdb-92d3036028fe224e97c4ccfb59ca121b308724d9.tar.bz2 |
Wed May 15 11:02:48 1991 Roland H. Pesch (pesch at fowanton.cygnus.com)
* pretex.m4: modify explanatory text slightly (and redefine
"regexp") to keep GNU m4 from complaining. (It still crashes
later, but one step at a time...)
Diffstat (limited to 'gdb/doc/pretex.m4')
-rw-r--r-- | gdb/doc/pretex.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/pretex.m4 b/gdb/doc/pretex.m4 index 3fe9e05..585fa9a 100644 --- a/gdb/doc/pretex.m4 +++ b/gdb/doc/pretex.m4 @@ -53,7 +53,7 @@ files mentioned are as follows: the lines in "none.m4", but of course the second argument to _define__ is <1> rather than <0>. - This is also a convenient place to define any macros + This is also a convenient place to _define__ any macros that you want to expand to different text for different configurations---for example, the name of the program being described. @@ -69,7 +69,7 @@ Handling" in the "Implementation" section below. B. WHAT GOES IN THE PRE-TEXINFO SOURCE For the most part, the text of your book. In addition, you can -include text that is included only conditionally, using the macros +have text that is included only conditionally, using the macros _if__ and _fi__ defined below. They BOTH take an argument! This is primarily meant for readability (so a human can more easily see what conditional end matches what conditional beginning), but the argument @@ -92,7 +92,7 @@ different configurations: _fi__(_AMD29K__ && !_ALL_ARCH__) Note that you can use Boolean expressions in the arguments; the -expression language is that of the builtin m4 macro "eval", described +expression language is that of the built-in m4 macro `eval', described in the m4 manual. IV. IMPLEMENTATION @@ -130,6 +130,7 @@ _ppf__(`m4wrap') _ppf__(`maketemp') _ppf__(`popdef') _ppf__(`pushdef') +_ppf__(`regexp') _ppf__(`shift') _ppf__(`sinclude') _ppf__(`substr') |