*** empty log message ***

This commit is contained in:
2006-08-16 08:55:43 +00:00
parent 8dd23af516
commit 899dea38f0
4 changed files with 87 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: awk.h,v 1.96 2006-08-13 16:04:32 bacon Exp $
* $Id: awk.h,v 1.97 2006-08-16 08:55:42 bacon Exp $
*/
#ifndef _XP_AWK_AWK_H_
@@ -145,6 +145,7 @@ enum
XP_AWK_ERUNTIME, /* run-time error */
XP_AWK_ERUNNING, /* there are running instances */
XP_AWK_ETOOMANYRUNS, /* too many running instances */
XP_AWK_ERECURSION, /* recursion too deep */
XP_AWK_ESRCINOPEN,
XP_AWK_ESRCINCLOSE,