aboutsummaryrefslogtreecommitdiff
path: root/m4/c-working.m4
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-12-26 10:55:49 -0800
committerDan Willemsen <dwillemsen@google.com>2020-01-10 15:48:44 -0800
commit7eb5ee0e850619c037034d2725cb34d49f5c8302 (patch)
treefb72cbb0727a7285744a064861f9b9354f438a26 /m4/c-working.m4
parenta8ab20ff88a9b962a8eb39cdb6944a2354f78748 (diff)
downloadbison-7eb5ee0e850619c037034d2725cb34d49f5c8302.tar.gz
Replace with bison-3.5
This removes the previous contents, unpacks the bison-3.5 contents, then adds the required android external files: METADATA MODULE_LICENSE_GPL NOTICE The Android.bp will be re-added in the next change. Test: N/A -- see next change Change-Id: Ibfbb6f583080f03fea83be58efdbbdbdca36c6f9
Diffstat (limited to 'm4/c-working.m4')
-rw-r--r--m4/c-working.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/c-working.m4 b/m4/c-working.m4
index de1a4c5a..33f7d7f3 100644
--- a/m4/c-working.m4
+++ b/m4/c-working.m4
@@ -1,6 +1,7 @@
# Sanity test a C compiler.
-# Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2015, 2018-2019 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 +22,7 @@ AC_DEFUN([BISON_TEST_FOR_WORKING_C_COMPILER], [
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[[#include <limits.h>
- int test_array[CHAR_BIT];]])],
+ int test_array[CHAR_BIT];]])],
[],
[AC_MSG_FAILURE([cannot compile a simple C program])])
AC_SUBST([BISON_C_WORKS], [:])