diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-03 01:07:56 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-03 01:07:56 +0000 |
commit | 206d5cd438ab0601450bf333839d32b23657a1e3 (patch) | |
tree | a0595fc0e6f1580a593d6911aae327266f6a3438 /gcc/assert.h | |
parent | f8330604f2f2c3b5b01be7686a96aeba25b3f774 (diff) | |
download | gcc-206d5cd438ab0601450bf333839d32b23657a1e3.tar.gz |
Add magic comment at beginning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2308 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/assert.h')
-rw-r--r-- | gcc/assert.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/assert.h b/gcc/assert.h index 4efbab96367..f5c669db1f1 100644 --- a/gcc/assert.h +++ b/gcc/assert.h @@ -1,3 +1,5 @@ +/* This is GCC's version of assert.h. */ +/* The previous line is a magic cookie that Makefile greps for. */ /* Allow this file to be included multiple times with different settings of NDEBUG. */ #undef assert |