diff --git a/bin/Release/win_bison.exe b/bin/Release/win_bison.exe index 0f31ff4..fa0bf03 100644 Binary files a/bin/Release/win_bison.exe and b/bin/Release/win_bison.exe differ diff --git a/bin/Release/win_flex.exe b/bin/Release/win_flex.exe index bf147cc..6b23b49 100644 Binary files a/bin/Release/win_flex.exe and b/bin/Release/win_flex.exe differ diff --git a/bison/src/config.h b/bison/src/config.h index 56268d0..f9bf106 100644 --- a/bison/src/config.h +++ b/bison/src/config.h @@ -1,6 +1,6 @@ #define PACKAGE_BUGREPORT "http://sourceforge.net/p/winflexbison/tickets" #define VERSION "2.7" -#define PACKAGE_COPYRIGHT_YEAR "2012" +#define PACKAGE_COPYRIGHT_YEAR 2012 #define LOCALEDIR "" #define PACKAGE_STRING "bison" #define PACKAGE_URL "http://sourceforge.net/projects/winflexbison/" diff --git a/common/misc/getopt.c b/common/misc/getopt.c index 29295f7..682b168 100644 --- a/common/misc/getopt.c +++ b/common/misc/getopt.c @@ -131,14 +131,14 @@ extern char *__getopt_nonoption_flags; # define SWAP_FLAGS(ch1, ch2) #endif /* _LIBC */ -void getopt_init() -{ - optarg = NULL; - optind = 1; - opterr = 1; - optopt = '?'; - memset(&getopt_data, 0, sizeof(getopt_data)); -} +void getopt_init() +{ + optarg = NULL; + optind = 1; + opterr = 1; + optopt = '?'; + memset(&getopt_data, 0, sizeof(getopt_data)); +} /* Exchange two adjacent subsequences of ARGV. One subsequence is elements [first_nonopt,last_nonopt)