fixed a bug in configure.ac and bugs in awk sample programs

This commit is contained in:
2014-06-08 14:11:12 +00:00
parent d40eb87b85
commit 4bb71a765e
25 changed files with 202 additions and 127 deletions

View File

@ -31,8 +31,11 @@
#include <stdlib.h>
#include <math.h>
#if defined(HAVE_QUADMATH_H)
extern "C" { // some gcc distros don't have extern "C" declared in the header file.
# include <quadmath.h>
}
#endif
#if defined(_WIN32)