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:
Stephen Heumann 2017-10-31 22:52:12 -05:00
parent 649aef5b0f
commit 9d116eae35

View File

@ -103,7 +103,7 @@ yes lda #1
**************************************************************** ****************************************************************
* *
* int isctrl (int c) * int iscntrl (int c)
* *
* Inputs: * Inputs:
* 4,S - digit to test * 4,S - digit to test
@ -113,7 +113,7 @@ yes lda #1
* *
**************************************************************** ****************************************************************
* *
isctrl start iscntrl start
lda 4,S fetch the operand lda 4,S fetch the operand
tax tax