about summary refs log tree commit diff
path: root/Src/parse.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-10-03 14:20:24 +0100
committerPeter Stephenson <pws@zsh.org>2014-10-03 14:20:24 +0100
commita778215b7c866c50830d4e1f750848239d009683 (patch)
treea670ba9ce3ab2bee6bc9b4e726dbdcb9d2687d69 /Src/parse.c
parent7666ceb2bcd3e38d4b2f9f7202c4a9e0021b8e8c (diff)
downloadzsh-a778215b7c866c50830d4e1f750848239d009683.tar.gz
zsh-a778215b7c866c50830d4e1f750848239d009683.tar.xz
zsh-a778215b7c866c50830d4e1f750848239d009683.zip
unposted: comments in previous commit were reversed
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Src/parse.c b/Src/parse.c
index 860bb4b1d..ad1ba8957 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -781,9 +781,7 @@ par_pline(int *complex)
  * cmd	: { redir } ( for | case | if | while | repeat |
  *				subsh | funcdef | time | dinbrack | dinpar | simple ) { redir }
  *
- * With zsh_construct non-zero, we're doing a zsh special in which
- * the following token is not considered in command position.  This
- * is used for arguments of anonymous functions.
+ * zsh_construct is passed through to par_subsh(), q.v.
  */
 
 /**/
@@ -1383,7 +1381,9 @@ par_repeat(int *complex)
  * subsh	: INPAR list OUTPAR |
  *                INBRACE list OUTBRACE [ "always" INBRACE list OUTBRACE ]
  *
- * zsh_construct is passed through to par_cmd(), q.v.
+ * With zsh_construct non-zero, we're doing a zsh special in which
+ * the following token is not considered in command position.  This
+ * is used for arguments of anonymous functions.
  */
 
 /**/