aboutsummaryrefslogtreecommitdiffhomepage
path: root/tokenizer.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-10-27 04:42:32 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-10-27 04:42:32 +1000
commit2160777d2f26a7e00c3dc003bf52bf9d40d885c7 (patch)
tree635d559912cba3dec7f00dd7e0e364e54300df79 /tokenizer.h
parenta97faaf664264a356e592118ec99cc26ce4c0e47 (diff)
Implement non-clobbering file io. Use the >? operator for this for now.
darcs-hash:20071026184232-75c98-11edcbc7548c8ad3a2d4b648cb7ae18067569f02.gz
Diffstat (limited to 'tokenizer.h')
-rw-r--r--tokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokenizer.h b/tokenizer.h
index bced30e5..3954cc48 100644
--- a/tokenizer.h
+++ b/tokenizer.h
@@ -26,6 +26,7 @@ enum token_type
TOK_REDIRECT_APPEND,/**< redirection append token */
TOK_REDIRECT_IN,/**< input redirection token */
TOK_REDIRECT_FD,/**< redirection to new fd token */
+ TOK_REDIRECT_NOCLOB, /**<? redirection token */
TOK_BACKGROUND,/**< send job to bg token */
TOK_COMMENT/**< comment token */
}