*** empty log message ***

This commit is contained in:
2006-11-19 14:55:20 +00:00
parent 824819873e
commit dfac894468
6 changed files with 82 additions and 2839 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: rex.c,v 1.44 2006-11-19 10:47:06 bacon Exp $
* $Id: rex.c,v 1.45 2006-11-19 14:52:30 bacon Exp $
*/
#include <ase/awk/awk_i.h>
@ -15,7 +15,7 @@ enum
{
LEVEL_TOP,
LEVEL_CHARSET,
LEVEL_RANGE,
LEVEL_RANGE
};
enum

View File

@ -1,5 +1,5 @@
/*
* $Id: run.c,v 1.274 2006-11-19 11:55:16 bacon Exp $
* $Id: run.c,v 1.275 2006-11-19 14:55:20 bacon Exp $
*/
#include <ase/awk/awk_i.h>
@ -5388,8 +5388,8 @@ run->awk->syscas.dprintf (ASE_T("len = %d str=[%s]\n"),
static int __shorten_record (ase_awk_run_t* run, ase_size_t nflds)
{
ase_awk_val_t* v;
ase_char_t* ofs_free = ASE_NULL, * ofs;
ase_awk_val_t* v = ASE_NULL;
ase_char_t* ofs_free = ASE_NULL, * ofs = ASE_NULL;
ase_size_t ofs_len, i;
ase_awk_str_t tmp;

View File

@ -1,5 +1,5 @@
/*
* $Id: tree.h,v 1.79 2006-11-19 11:55:17 bacon Exp $
* $Id: tree.h,v 1.80 2006-11-19 14:52:30 bacon Exp $
*/
#ifndef _ASE_AWK_TREE_H_
@ -62,7 +62,7 @@ enum ase_awk_nde_type_t
ASE_AWK_NDE_POS,
/* ---------------------------------- */
ASE_AWK_NDE_GETLINE,
ASE_AWK_NDE_GETLINE
};
enum ase_awk_in_type_t