diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-13 09:49:39 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-13 09:49:39 +0000 |
commit | 01170860041245c8e85443a2ad50b17c67c2c1a7 (patch) | |
tree | 23878d829ca03c76412305f974264df09f067aee /gas/strstr.c | |
parent | 8b228fe958bcac8cf510ce2ed3d9ae24a717334e (diff) | |
download | gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.zip gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.tar.gz gdb-01170860041245c8e85443a2ad50b17c67c2c1a7.tar.bz2 |
All files over ~5 lines get copylefted. All copylefted files get
copylefted 1992.
Diffstat (limited to 'gas/strstr.c')
-rw-r--r-- | gas/strstr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/strstr.c b/gas/strstr.c index cab18fc..717ec1f 100644 --- a/gas/strstr.c +++ b/gas/strstr.c @@ -1,5 +1,6 @@ /* strstr - find first occurrence of wanted in s - Copyright (C) 1989, 1990, 1991 Free Software Foundation. + + Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation. This file is part of GAS, the GNU Assembler. @@ -18,6 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* If your compiler is really ansi, then you don't need this. */ + #ifndef __STDC__ #define SIZET int |