(_AT_DATA_CALC_Y): Remove unused strcat declaration.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2002 05:13:44 +0000 (05:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2002 05:13:44 +0000 (05:13 +0000)
tests/calc.at

index 1cd03d1..c8ef428 100644 (file)
@@ -49,8 +49,6 @@ AT_DATA([calc.y],
 #if STDC_HEADERS
 # include <stdlib.h>
 # include <string.h>
-#else
-char *strcat(char *dest, const char *src);
 #endif
 #include <ctype.h>
 #include <assert.h>