*** empty log message ***

This commit is contained in:
2006-08-23 15:42:16 +00:00
parent f80fb0175e
commit ff3868da3f
7 changed files with 153 additions and 104 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: awk.h,v 1.99 2006-08-22 15:10:48 bacon Exp $
* $Id: awk.h,v 1.100 2006-08-23 15:41:45 bacon Exp $
*/
#ifndef _XP_AWK_AWK_H_
@@ -224,6 +224,8 @@ enum
XP_AWK_ENEXTCALL, /* next called from BEGIN or END */
XP_AWK_ENEXTFILECALL, /* nextfile called from BEGIN or END */
XP_AWK_EIOIMPL, /* wrong implementation of user io handler */
XP_AWK_ENOSUCHIO, /* no such io name found */
XP_AWK_EIOHANDLER, /* io handler has returned an error */
XP_AWK_EINTERNAL, /* internal error */
/* regular expression error */