diff options
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 |