* gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright date.

From-SVN: r66065
This commit is contained in:
Kaveh R. Ghazi 2003-04-25 15:37:19 +00:00 committed by Kaveh Ghazi
parent eda833e3f2
commit ad4a34f0b9
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
date.
2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
PR c++/10337

View File

@ -1,5 +1,4 @@
#include <stdio.h>
/* Copyright (C) 2000 Free Software Foundation.
/* Copyright (C) 2003 Free Software Foundation.
Ensure builtin mempcpy and stpcpy perform correctly.
@ -8,7 +7,7 @@
extern void abort (void);
extern char *strcpy (char *, const char *);
extern char *stpcpy (char *, const char *);
/*typedef __SIZE_TYPE__ size_t;*/
typedef __SIZE_TYPE__ size_t;
extern size_t strlen(const char *);
extern void *memcpy (void *, const void *, size_t);
extern void *mempcpy (void *, const void *, size_t);