mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-20 11:31:28 +02:00
unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.
This commit is contained in:
parent
6d49734d46
commit
5c9713603d
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2022-12-15 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Src/zsh.h: lextok: Add an explanatory comment with
|
||||
a cross-reference.
|
||||
|
||||
2022-12-13 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 51210: Src/exec.c: Clear errflag before calling EXIT trap,
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue