diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-01 22:13:35 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-01 22:13:35 +0000 |
commit | 7f4945645bad655b73b788baa35ea37a605b622e (patch) | |
tree | 39be8d461aee0ec3ff6ee8b50c195463a320c655 /gdb/doc/gdbint.texinfo | |
parent | 287e3ce228d41d9ffce304eee45d7062c1989906 (diff) | |
download | gdb-7f4945645bad655b73b788baa35ea37a605b622e.zip gdb-7f4945645bad655b73b788baa35ea37a605b622e.tar.gz gdb-7f4945645bad655b73b788baa35ea37a605b622e.tar.bz2 |
* gdbint.texinfo: Put regex conditionals in their own table.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index afc1362..f951cc4 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -1928,6 +1928,8 @@ Define this to override the defaults of @code{__volatile__} or @code{/**/}. Regex conditionals. +@table + @item C_ALLOCA regex.c @item NFAILURES @@ -1947,6 +1949,8 @@ regex.c @item test regex.c +@end table + @node Target Conditionals @chapter Target Conditionals |