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 /awk.h | |
parent | bcaf861a58e63aaf82aa74abcc92ac1d81b040a6 (diff) | |
download | egawk-c8b1d3057b39faffe01fc57d244d22d9c1e89bbf.tar.gz egawk-c8b1d3057b39faffe01fc57d244d22d9c1e89bbf.tar.bz2 egawk-c8b1d3057b39faffe01fc57d244d22d9c1e89bbf.zip |
Update and simplify dfa.c.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -87,8 +87,6 @@ extern int errno; #include <wchar.h> #include <wctype.h> -#include "mbsupport.h" /* defines stuff for DJGPP to fake MBS */ - #ifdef STDC_HEADERS #include <float.h> #endif |