Removed unused files
This commit is contained in:
4
rcbasic_build/intern_inc/exceptions/rc_stack_S.h
Normal file
4
rcbasic_build/intern_inc/exceptions/rc_stack_S.h
Normal file
@@ -0,0 +1,4 @@
|
||||
if(STACK_S_N >= 0 && STACK_S_N <= (MAX_USER_STACKS-1))
|
||||
rc_user_active_s_stack = STACK_S_N;
|
||||
Else
|
||||
Cout << "Stack_S Error: Exceeds available stacks" << endl;
|
||||
Reference in New Issue
Block a user