Code tweaks

darcs-hash:20051214010712-ac50b-4053d2c3b97a1ea6168f113e91d3e4915915ea9a.gz
This commit is contained in:
axel
2005-12-14 11:07:12 +10:00
parent 5d069de71d
commit 9dd842ea96
2 changed files with 60 additions and 57 deletions

View File

@@ -161,22 +161,10 @@ enum parser_error
Error occured while evaluating commands
*/
EVAL_ERROR,
/**
Out of memory error
*/
OOM,
/**
Stack inconsistency error
*/
STACK_ERROR,
/**
Error while evaluating subshell
*/
SUBSHELL_ERROR,
/**
No files matching wildcards where found
*/
WILDCARD_ERROR
}
;