1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 16:50:58 +01:00

zsh-3.1.5-pws-6

This commit is contained in:
Tanaka Akira 1999-04-15 18:12:56 +00:00
parent 20d67907c9
commit 7a40d6c258
30 changed files with 1793 additions and 844 deletions

View file

@ -109,7 +109,8 @@ int parend;
/* text of puctuation tokens */
static char *tokstrings[WHILE + 1] = {
/**/
char *tokstrings[WHILE + 1] = {
NULL, /* NULLTOK 0 */
";", /* SEPER */
"\\n", /* NEWLIN */
@ -120,7 +121,7 @@ static char *tokstrings[WHILE + 1] = {
")", /* OUTPAR */
"||", /* DBAR */
"&&", /* DAMPER */
")", /* OUTANG 10 */
">", /* OUTANG 10 */
">|", /* OUTANGBANG */
">>", /* DOUTANG */
">>|", /* DOUTANGBANG */