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