Remove % prefix for builtin commands
This commit is contained in:
@ -21,7 +21,7 @@ typedef struct Token {
|
||||
TOK_MISC,
|
||||
} type;
|
||||
|
||||
struct RtCmd *cmd;
|
||||
bool (*cmd)(struct Token *);
|
||||
} Token;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user