м
This commit is contained in:
parent
6627ea2127
commit
1739d1afad
@ -26,11 +26,11 @@ typedef enum
|
|||||||
|
|
||||||
static void prefix_operator(Stack *stack, char op)
|
static void prefix_operator(Stack *stack, char op)
|
||||||
{
|
{
|
||||||
if (NAME[0] != '@' && (NAME[1] == '\0' || NAME[1] == '\n'))
|
// if (NAME[0] != '@' && (NAME[1] == '\0' || NAME[1] == '\n'))
|
||||||
{
|
// {
|
||||||
printf("%c\n", op);
|
// printf("%c\n", op);
|
||||||
kms(stack, "Invalid usage of prefix operators");
|
// kms(stack, "Invalid usage of prefix operators");
|
||||||
}
|
// }
|
||||||
|
|
||||||
switch (op)
|
switch (op)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user