X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0242bf04acf60bef5ecde9f8f8babccf2e277c06..56b91ae0b1fedff810bdd8317816a7073910ccb0:/tests/input.at diff --git a/tests/input.at b/tests/input.at index 21179637..8127f4bf 100644 --- a/tests/input.at +++ b/tests/input.at @@ -1,6 +1,6 @@ # Checking the Bison scanner. -*- Autotest -*- -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -859,12 +859,7 @@ AT_DATA([main.c], #include "input.h" int yyparse (void); - -int -main (void) -{ - return yyparse (); -} +]AT_MAIN_DEFINE[ ]]) AT_BISON_OPTION_POPDEFS