added a few more lines of code to sed
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: awk.h 90 2009-03-01 09:58:19Z hyunghwan.chung $
|
||||
* $Id: awk.h 100 2009-03-14 03:14:39Z hyunghwan.chung $
|
||||
*
|
||||
Copyright 2006-2009 Chung, Hyung-Hwan.
|
||||
|
||||
@ -1293,7 +1293,7 @@ qse_awk_val_t* qse_awk_rtx_call (
|
||||
* NAME
|
||||
* qse_awk_stopall - stop all runtime contexts
|
||||
* DESCRIPTION
|
||||
* The qse_awk_stopall() function aborts all active qse_awk_run() functions
|
||||
* The qse_awk_stopall() function aborts all active runtime contexts
|
||||
* invoked with the awk parameter.
|
||||
* SYNOPSIS
|
||||
*/
|
||||
|
@ -36,7 +36,8 @@ enum qse_sed_errnum_t
|
||||
QSE_SED_EA1PHB, /* address 1 prohibited */
|
||||
QSE_SED_EA2PHB, /* address 2 prohibited */
|
||||
QSE_SED_ENEWLN, /* a new line is expected */
|
||||
QSE_SED_EBSEXP /* \ is expected */
|
||||
QSE_SED_EBSEXP, /* \ is expected */
|
||||
QSE_SED_ELBLEM /* label name is empty */
|
||||
};
|
||||
|
||||
enum qse_sed_option_t
|
||||
|
Reference in New Issue
Block a user