*** empty log message ***

This commit is contained in:
2007-02-20 14:50:35 +00:00
parent 103baf2abc
commit db243a70d5
6 changed files with 92 additions and 19 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.c,v 1.170 2007-02-20 14:23:18 bacon Exp $
* $Id: awk.c,v 1.171 2007-02-20 14:45:48 bacon Exp $
*/
#include <ase/awk/awk.h>
@ -14,8 +14,6 @@
#include <signal.h>
#include <stdarg.h>
#include <math.h>
#include <limits.h>
#include <errno.h>
#include <stdlib.h>
#if defined(_WIN32)