diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-03 01:07:56 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-03 01:07:56 +0000 |
commit | a4f602639c34eb314aa0cca9a1b2d09f44903bbe (patch) | |
tree | a0595fc0e6f1580a593d6911aae327266f6a3438 | |
parent | 7bea819f25ed20b3f8a07a9240f13dce82ea7ba1 (diff) | |
download | gcc-a4f602639c34eb314aa0cca9a1b2d09f44903bbe.zip gcc-a4f602639c34eb314aa0cca9a1b2d09f44903bbe.tar.gz gcc-a4f602639c34eb314aa0cca9a1b2d09f44903bbe.tar.bz2 |
Add magic comment at beginning.
From-SVN: r2308
-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 4efbab9..f5c669d 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 |