*** empty log message ***

This commit is contained in:
hyung-hwan 2006-08-25 23:50:15 +00:00
parent df099dba2e
commit 70d800cd80
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: extio.c,v 1.34 2006-08-25 15:52:47 bacon Exp $
* $Id: extio.c,v 1.35 2006-08-25 23:50:15 bacon Exp $
*/
#include <xp/awk/awk_i.h>
@ -278,6 +278,7 @@ int xp_awk_readextio (
}
else
{
#if 0
xp_char_t* match_ptr;
xp_size_t match_len;
/* TODO: */
@ -298,6 +299,7 @@ int xp_awk_readextio (
/* matched... */
/* DO SOMTHING */
}
#endif
}
if (xp_str_ccat (buf, c) == (xp_size_t)-1)

View File

@ -1,9 +1,10 @@
SRCS = awk.c err.c tree.c tab.c map.c parse.c run.c sa.c val.c func.c misc.c extio.c
SRCS = awk.c err.c tree.c tab.c map.c parse.c \
run.c sa.c val.c func.c misc.c extio.c rex.c
OBJS = $(SRCS:.c=.obj)
OUT = xpawk.lib
CC = bcc32
CFLAGS = -O2 -WM -w -w-inl -w-sig -w-spa -w-hid -RT- -I../.. -DXP_AWK_STAND_ALONE
CFLAGS = -O2 -WM -w -w-inl -w-sig -w-spa -w-hid -RT- -I../.. -DXP_AWK_STAND_ALONE -DXP_CHAR_IS_WCHAR
all: $(OBJS)
tlib $(OUT) @&&!