X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d4728d92c7c03279612271a5a4c1ae7e1e324971..ab96bb245789d1c24a68d637d48ffab889be3152:/m4/c-working.m4?ds=inline diff --git a/m4/c-working.m4 b/m4/c-working.m4 index de1a4c5a..b620d331 100644 --- a/m4/c-working.m4 +++ b/m4/c-working.m4 @@ -1,6 +1,6 @@ # Sanity test a C compiler. -# Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2006, 2009-2014 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 @@ -21,7 +21,7 @@ AC_DEFUN([BISON_TEST_FOR_WORKING_C_COMPILER], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include - int test_array[CHAR_BIT];]])], + int test_array[CHAR_BIT];]])], [], [AC_MSG_FAILURE([cannot compile a simple C program])]) AC_SUBST([BISON_C_WORKS], [:])