*** empty log message ***

This commit is contained in:
hyung-hwan 2006-11-24 15:22:33 +00:00
parent 1f7a5a87de
commit 756bec6bfd
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk_i.h,v 1.83 2006-11-19 10:03:18 bacon Exp $
* $Id: awk_i.h,v 1.84 2006-11-24 15:22:33 bacon Exp $
*/
#ifndef _ASE_AWK_AWKI_H_
@ -23,6 +23,7 @@ typedef struct ase_awk_tree_t ase_awk_tree_t;
#ifdef _MSC_VER
#pragma warning (disable: 4996)
#pragma warning (disable: 4296)
#endif
/* TODO: remove this */

View File

@ -1,5 +1,5 @@
/*
* $Id: rex.c,v 1.45 2006-11-19 14:52:30 bacon Exp $
* $Id: rex.c,v 1.46 2006-11-24 15:22:33 bacon Exp $
*/
#include <ase/awk/awk_i.h>
@ -43,10 +43,6 @@ enum
CHARSET_CLASS_ALNUM
};
#ifdef _MSC_VER
#pragma warning (disable: 4296)
#endif
#define DEF_CODE_CAPA 512
#define BOUND_MIN 0
#define BOUND_MAX (ASE_TYPE_MAX(ase_size_t))