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

@ -22,7 +22,6 @@
#define _QSE_AWK_STDAWK_H_
#include <qse/awk/awk.h>
#include <qse/cmn/sio.h>
/** \file
* This file defines functions and data types that help you create

View File

@ -449,6 +449,7 @@ QSE_EXPORT qse_ssize_t qse_errputwcsvf (
#define qse_vprintf qse_putstrvf
#define qse_fprintf qse_sio_putstrf
#define qse_vfprintf qse_sio_putstrvf
#define qse_fflush qse_sio_flush
#ifdef __cplusplus