*** empty log message ***
This commit is contained in:
parent
18da765a29
commit
5d72a392fb
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: extio.c,v 1.38 2006-08-30 07:15:14 bacon Exp $
|
* $Id: extio.c,v 1.39 2006-08-30 14:48:09 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <xp/awk/awk_i.h>
|
#include <xp/awk/awk_i.h>
|
||||||
@ -286,7 +286,7 @@ int xp_awk_readextio (
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
xp_char_t* match_ptr;
|
const xp_char_t* match_ptr;
|
||||||
xp_size_t match_len;
|
xp_size_t match_len;
|
||||||
|
|
||||||
xp_assert (run->extio.rs_rex != NULL);
|
xp_assert (run->extio.rs_rex != NULL);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: func.c,v 1.34 2006-08-27 15:29:21 bacon Exp $
|
* $Id: func.c,v 1.35 2006-08-30 14:48:09 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <xp/awk/awk_i.h>
|
#include <xp/awk/awk_i.h>
|
||||||
@ -230,7 +230,7 @@ static int __flush_extio (
|
|||||||
|
|
||||||
if (run->extio.handler[extio] != XP_NULL)
|
if (run->extio.handler[extio] != XP_NULL)
|
||||||
{
|
{
|
||||||
n2 = xp_awk_flushextio (run, XP_AWK_OUT_FILE, name);
|
n2 = xp_awk_flushextio (run, extio, name);
|
||||||
if (n2 == -1)
|
if (n2 == -1)
|
||||||
{
|
{
|
||||||
if (run->errnum == XP_AWK_EIOHANDLER) n = -1;
|
if (run->errnum == XP_AWK_EIOHANDLER) n = -1;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: parse.c,v 1.170 2006-08-30 07:15:14 bacon Exp $
|
* $Id: parse.c,v 1.171 2006-08-30 14:48:09 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <xp/awk/awk_i.h>
|
#include <xp/awk/awk_i.h>
|
||||||
@ -10,6 +10,7 @@
|
|||||||
#include <xp/bas/string.h>
|
#include <xp/bas/string.h>
|
||||||
#include <xp/bas/stdlib.h>
|
#include <xp/bas/stdlib.h>
|
||||||
#include <xp/bas/assert.h>
|
#include <xp/bas/assert.h>
|
||||||
|
#include <xp/bas/stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
Loading…
Reference in New Issue
Block a user