about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-12-15 20:38:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-12-15 20:38:10 +0000
commit5c9713603d571fd228efc4c25c0efc9064d95a87 (patch)
treef1d4cf9723d114bde68f253298a4bdfb6a713a6a /Src
parent6d49734d46a66b572cf064f60dac8d9e0ad309d0 (diff)
downloadzsh-5c9713603d571fd228efc4c25c0efc9064d95a87.tar.gz
zsh-5c9713603d571fd228efc4c25c0efc9064d95a87.tar.xz
zsh-5c9713603d571fd228efc4c25c0efc9064d95a87.zip
unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.
Diffstat (limited to 'Src')
-rw-r--r--Src/zsh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 703231ca2..b7eb39804 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -309,6 +309,9 @@ enum {
 /*
  * Lexical tokens: unlike the character tokens above, these never
  * appear in strings and don't necessarily represent a single character.
+ *
+ * See Src/lex.c:tokstrings[] for hints on what these mean.  Note that
+ * SEPER or SEMI are both stringified as ";"./
  */
 
 enum lextok {