mirror of
https://github.com/byteworksinc/ORCALib.git
synced 2025-01-31 02:29:51 +00:00
Rename isctrl() function to correct standard name of iscntrl().
This doesn't affect the macro, which already had the correct name. Fixes the bug in the libca15.c test case.
This commit is contained in:
parent
649aef5b0f
commit
9d116eae35
@ -103,7 +103,7 @@ yes lda #1
|
||||
|
||||
****************************************************************
|
||||
*
|
||||
* int isctrl (int c)
|
||||
* int iscntrl (int c)
|
||||
*
|
||||
* Inputs:
|
||||
* 4,S - digit to test
|
||||
@ -113,7 +113,7 @@ yes lda #1
|
||||
*
|
||||
****************************************************************
|
||||
*
|
||||
isctrl start
|
||||
iscntrl start
|
||||
|
||||
lda 4,S fetch the operand
|
||||
tax
|
||||
|
Loading…
x
Reference in New Issue
Block a user