diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-19 20:13:06 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-19 20:13:06 +0000 |
| commit | a238f1ddc6e2aed9ec6251dcd2cd81d2ee2aee0c (patch) | |
| tree | 568b62ee5802ac9a074fcdbdaaadf8af2c16c30c | |
| parent | eb415f539deb67c23f4ad326770b90f5d4156303 (diff) | |
| download | ppe42-gcc-a238f1ddc6e2aed9ec6251dcd2cd81d2ee2aee0c.tar.gz ppe42-gcc-a238f1ddc6e2aed9ec6251dcd2cd81d2ee2aee0c.zip | |
* cpp.texi: Add @section for assertions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35811 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cpp.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dc35df43cee..453be4c4f9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat 19-Aug-2000 21:11:45 BST Neil Booth <NeilB@earthling.net> + + * cpp.texi: Add @section for assertions. + Sat Aug 19 12:37:08 EDT 2000 John Wehle (john@feith.com) * loop.c (scan_loop): Use CONST_CALL_P instead of diff --git a/gcc/cpp.texi b/gcc/cpp.texi index acccf1d9e73..d55d80f8464 100644 --- a/gcc/cpp.texi +++ b/gcc/cpp.texi @@ -2484,7 +2484,7 @@ You might use @samp{#warning} in obsolete header files, with a message directing the user to the header file which should be used instead. @node Assertions, Line Control, Conditionals, Top - +@section Assertions @cindex assertions @dfn{Assertions} are a more systematic alternative to macros in writing conditionals to test what sort of computer or system the compiled |

