Added error code for stack busy
This commit is contained in:
parent
15dcde5ae9
commit
5b96cefb3a
|
@ -17,7 +17,9 @@ WITH REGARD TO THIS SOFTWARE.
|
|||
static const char *errors[] = {
|
||||
"underflow",
|
||||
"overflow",
|
||||
"division by zero"};
|
||||
"division by zero",
|
||||
"busy"
|
||||
};
|
||||
|
||||
static void
|
||||
system_print(Stack *s, char *name)
|
||||
|
|
Loading…
Reference in New Issue