implemented a and i

This commit is contained in:
2009-05-05 07:49:26 +00:00
parent bafb6e59e9
commit 01937d5282
2 changed files with 39 additions and 2 deletions

View File

@ -148,7 +148,6 @@ struct qse_sed_t
/* temporary storage to keep track of the begining of a command group */
qse_sed_cmd_t* grpcmd[128];
/* io data for execution */
struct
{
@ -174,6 +173,8 @@ struct qse_sed_t
qse_size_t num;
} in;
} eio;
qse_lda_t text_appended;
};