From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- argp/bug-argp1.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 argp/bug-argp1.c (limited to 'argp/bug-argp1.c') diff --git a/argp/bug-argp1.c b/argp/bug-argp1.c deleted file mode 100644 index a28cf4b9c7..0000000000 --- a/argp/bug-argp1.c +++ /dev/null @@ -1,26 +0,0 @@ -#include - - -static const struct argp_option test_options[] = -{ - { NULL, 'a', NULL, OPTION_DOC, NULL }, - { NULL, 'b', NULL, OPTION_DOC, NULL }, - { NULL, 0, NULL, 0, NULL } -}; - -static struct argp test_argp = -{ - test_options -}; - - -static int -do_test (int argc, char *argv[]) -{ - int i; - argp_parse (&test_argp, argc, argv, 0, &i, NULL); - return 0; -} - -#define TEST_FUNCTION do_test (argc, argv) -#include "../test-skeleton.c" -- cgit 1.4.1