Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/test/string.c')
-rw-r--r--newlib/libm/test/string.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libm/test/string.c b/newlib/libm/test/string.c
index e66117fb6..a8cc1a16f 100644
--- a/newlib/libm/test/string.c
+++ b/newlib/libm/test/string.c
@@ -10,8 +10,7 @@ int errors = 0;
#define check(thing) checkit(thing, __LINE__)
void
-_DEFUN(checkit,(ok,l),
- int ok,
+checkit (int ok,
int l )
{
@@ -31,8 +30,7 @@ _DEFUN(checkit,(ok,l),
#define equal(a, b) funcqual(a,b,__LINE__);
void
-_DEFUN(funcqual,(a,b,l),
- char *a,
+funcqual (char *a,
char *b,
int l)
{