*** empty log message ***
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: awk.h,v 1.202 2007-03-05 14:58:36 bacon Exp $
|
||||
* $Id: awk.h,v 1.203 2007-03-06 14:16:52 bacon Exp $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
@ -7,8 +7,8 @@
|
||||
#ifndef _ASE_AWK_AWK_H_
|
||||
#define _ASE_AWK_AWK_H_
|
||||
|
||||
#include <ase/types.h>
|
||||
#include <ase/macros.h>
|
||||
#include <ase/cmn/types.h>
|
||||
#include <ase/cmn/macros.h>
|
||||
|
||||
typedef struct ase_awk_t ase_awk_t;
|
||||
typedef struct ase_awk_run_t ase_awk_run_t;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: rex.c,v 1.77 2007-03-03 13:22:01 bacon Exp $
|
||||
* $Id: rex.c,v 1.78 2007-03-06 14:16:52 bacon Exp $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
@ -128,7 +128,7 @@ struct match_t
|
||||
const ase_byte_t* branch_end;
|
||||
};
|
||||
|
||||
#include <ase/pack.h>
|
||||
#include <ase/cmn/pack.h>
|
||||
|
||||
ASE_BEGIN_PACKED_STRUCT (code_t)
|
||||
/*ase_byte_t cmd;*/
|
||||
@ -156,7 +156,7 @@ ASE_BEGIN_PACKED_STRUCT (cshdr_t)
|
||||
ase_size_t csl; /* length */
|
||||
ASE_END_PACKED_STRUCT ()
|
||||
|
||||
#include <ase/unpack.h>
|
||||
#include <ase/cmn/unpack.h>
|
||||
|
||||
typedef const ase_byte_t* (*atom_matcher_t) (
|
||||
matcher_t* matcher, const ase_byte_t* base, match_t* mat);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: rex.h,v 1.27 2007-02-28 11:00:32 bacon Exp $
|
||||
* $Id: rex.h,v 1.28 2007-03-06 14:16:52 bacon Exp $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
@ -7,9 +7,9 @@
|
||||
#ifndef _ASE_AWK_REX_H_
|
||||
#define _ASE_AWK_REX_H_
|
||||
|
||||
#include <ase/types.h>
|
||||
#include <ase/macros.h>
|
||||
|
||||
#ifndef _ASE_AWK_AWK_H_
|
||||
#error Never include this file directly. Include <ase/awk/awk.h> instead
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Regular Esseression Syntax
|
||||
|
Reference in New Issue
Block a user