From 9d116eae354c6a3b9f7acdafaff5c510464531ab Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 31 Oct 2017 22:52:12 -0500 Subject: [PATCH] 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. --- ctype.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctype.asm b/ctype.asm index a3d1365..9d267c9 100644 --- a/ctype.asm +++ b/ctype.asm @@ -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