mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 11:50:49 +02:00
commit bash-20150918 snapshot
This commit is contained in:
@@ -75,6 +75,8 @@ extern int sh_syntabsiz;
|
||||
|
||||
#define shellblank(c) (sh_syntaxtab[(unsigned char)(c)] & CBLANK)
|
||||
|
||||
#define parserblank(c) ((c) == ' ' || (c) == '\t')
|
||||
|
||||
#define issyntype(c, t) ((sh_syntaxtab[(unsigned char)(c)] & (t)) != 0)
|
||||
#define notsyntype(c,t) ((sh_syntaxtab[(unsigned char)(c)] & (t)) == 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user