mirror of
https://github.com/sloven-c/calculator.git
synced 2025-10-30 12:27:25 +01:00
Fixed some of the footguns
This commit is contained in:
@@ -13,7 +13,7 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
charType type;
|
||||
size_t opPrecedence;
|
||||
int opPrecedence;
|
||||
} charResult;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user