mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +00:00
[CMD] parser.c, cmd.c/h : Code style and formatting fixes.
- Change C_IFFAILURE, C_IFSUCCESS into C_OR, C_AND respectively.
This commit is contained in:
parent
93ee4e7efa
commit
04eef6d20c
3 changed files with 17 additions and 7 deletions
|
@ -301,7 +301,7 @@ INT cmd_move (LPTSTR);
|
|||
INT CommandMsgbox (LPTSTR);
|
||||
|
||||
/* Prototypes from PARSER.C */
|
||||
enum { C_COMMAND, C_QUIET, C_BLOCK, C_MULTI, C_IFFAILURE, C_IFSUCCESS, C_PIPE, C_IF, C_FOR };
|
||||
enum { C_COMMAND, C_QUIET, C_BLOCK, C_MULTI, C_OR, C_AND, C_PIPE, C_IF, C_FOR };
|
||||
typedef struct _PARSED_COMMAND
|
||||
{
|
||||
struct _PARSED_COMMAND *Subcommands;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue