- add note about strict ordering

1_4_stable
Bernhard Reutner-Fischer 2006-06-21 18:19:53 +00:00
parent c2ad4f5d27
commit 35492137f8
1 changed files with 1 additions and 0 deletions

View File

@ -1312,6 +1312,7 @@ struct builtincmd {
#define IS_BUILTIN_REGULAR(builtincmd) ((builtincmd)->name[0] & 2)
#define IS_BUILTIN_ASSIGN(builtincmd) ((builtincmd)->name[0] & 4)
/* make sure to keep these in proper order since it is searched via bsearch() */
static const struct builtincmd builtincmd[] = {
{ BUILTIN_SPEC_REG ".", dotcmd },
{ BUILTIN_SPEC_REG ":", truecmd },