fixed a bug in configure.ac and bugs in awk sample programs
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user