aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/lexstrng.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@wolery.cumb.org>2000-08-19 05:25:00 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-08-19 05:25:00 +0000
commit17ed19cb314cf4aca3fce46bd174474c3adba59b (patch)
tree9637ddb4b8f5e7d86a8d6a0a3dc276f5b1cda7c8 /gcc/testsuite/gcc.dg/cpp/lexstrng.c
parent319ea138fee0999bf71bf7f73a8783a24b596d4e (diff)
downloadgcc-17ed19cb314cf4aca3fce46bd174474c3adba59b.zip
gcc-17ed19cb314cf4aca3fce46bd174474c3adba59b.tar.gz
gcc-17ed19cb314cf4aca3fce46bd174474c3adba59b.tar.bz2
lexstrng.c: Don't include string.h.
* gcc.dg/cpp/lexstrng.c: Don't include string.h. * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp. From-SVN: r35801
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/lexstrng.c')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/lexstrng.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/lexstrng.c b/gcc/testsuite/gcc.dg/cpp/lexstrng.c
index 4fbb3b5..b035330 100644
--- a/gcc/testsuite/gcc.dg/cpp/lexstrng.c
+++ b/gcc/testsuite/gcc.dg/cpp/lexstrng.c
@@ -5,8 +5,6 @@
/* Test lexing of strings and character constants. */
-#include <string.h>
-
#ifndef __WCHAR_TYPE__
#define __WCHAR_TYPE__ int
#endif