diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-02-01 20:36:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-02-01 20:36:58 +0200 |
commit | c8b1d3057b39faffe01fc57d244d22d9c1e89bbf (patch) | |
tree | b3f5bc86767463499700fdb44c9d61e6f18b8781 /configure.ac | |
parent | bcaf861a58e63aaf82aa74abcc92ac1d81b040a6 (diff) | |
download | egawk-c8b1d3057b39faffe01fc57d244d22d9c1e89bbf.tar.gz egawk-c8b1d3057b39faffe01fc57d244d22d9c1e89bbf.tar.bz2 egawk-c8b1d3057b39faffe01fc57d244d22d9c1e89bbf.zip |
Update and simplify dfa.c.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index af3432cb..db535963 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 1995-2019 the Free Software Foundation, Inc. +dnl Copyright (C) 1995-2020 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. @@ -296,7 +296,7 @@ esac AC_CHECK_FUNCS(__etoa_l atexit btowc fmod gai_strerror \ getgrent getgroups grantpt \ fwrite_unlocked \ - isascii iswctype iswlower iswupper mbrlen \ + isascii isblank iswctype iswlower iswupper mbrlen \ memcmp memcpy memcpy_ulong memmove memset \ memset_ulong mkstemp posix_openpt setenv setlocale setsid sigprocmask \ snprintf strchr \ |