.
This commit is contained in:
@@ -7,7 +7,7 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
T_OK = 0,
|
||||
T_ERR_STACK_UNDERFLOW = -1, T_ERR_STACK_FP_UNDERFLOW = -2,
|
||||
T_ERR_STACK_UNDERFLOW = -1, T_ERR_STACK_FP_UNDERFLOW = -2, T_ERR_STACK_ACCESS_OUT_OF_RANGE = -3,
|
||||
} TYC_RESULT;
|
||||
|
||||
#endif //TYCHE_TYCHE_H
|
||||
|
||||
Reference in New Issue
Block a user