*** empty log message ***

This commit is contained in:
2007-02-20 14:23:18 +00:00
parent 3d0e1a5cc8
commit 103baf2abc
6 changed files with 39 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c,v 1.169 2007-02-20 14:15:18 bacon Exp $
* $Id: awk.c,v 1.170 2007-02-20 14:23:18 bacon Exp $
*/
#include <ase/awk/awk.h>
@ -41,10 +41,6 @@
#include <mcheck.h>
#endif
#ifndef PATH_MAX
#define PATH_MAX 2048
#endif
struct awk_src_io
{
const ase_char_t* input_file;

View File

@ -3,8 +3,8 @@ OBJS = $(SRCS:.c=.o)
CC = @CC@
CFLAGS = @CFLAGS@ -I@abs_top_builddir@/..
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/awk
LIBS = @LIBS@ -laseawk -lm
LDFLAGS = @LDFLAGS@ -L@abs_top_builddir@/awk -L@abs_top_builddir@/utl
LIBS = @LIBS@ -laseawk -laseutl -lm
all: aseawk