*** empty log message ***

This commit is contained in:
2006-06-30 04:18:47 +00:00
parent 6dc8b225d6
commit 364cf51537
2 changed files with 57 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk_i.h,v 1.22 2006-06-27 10:53:04 bacon Exp $
* $Id: awk_i.h,v 1.23 2006-06-30 04:18:47 bacon Exp $
*/
#ifndef _XP_AWK_AWKI_H_
@ -25,6 +25,10 @@ typedef struct xp_awk_tree_t xp_awk_tree_t;
#include <xp/awk/run.h>
#include <xp/awk/extio.h>
#ifdef _WIN32
#pragma warning (disable: 4996)
#endif
#if defined(_WIN32) && defined(XP_AWK_STAND_ALONE) && defined(_DEBUG)
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>