1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 23:44:42 +00:00

Remove references to KATANA and replace with MAIKO

No functional difference. Replaces a few leftover references to a prior
project name for the C implementation of the Lisp Virtual Machine with the
current name.
This commit is contained in:
Nick Briggs
2023-05-05 13:37:25 -07:00
parent 42278285d3
commit 9cc7d9e13c
7 changed files with 12 additions and 13 deletions

View File

@@ -119,7 +119,7 @@ void DSP_SetMousePos(LispPTR *args)
/****************************************************
*
* DSP_ScreenWidth() entry of SUBRCALL 67 0
* called from "\Katana.DisplayWidth".
* called from UPDATESCREENDIMENSIONS
*
****************************************************/
LispPTR DSP_ScreenWidth(LispPTR *args)
@@ -128,7 +128,7 @@ LispPTR DSP_ScreenWidth(LispPTR *args)
/****************************************************
*
* DSP_ScreenHight() entry of SUBRCALL 68 0
* called from "\Katana.DisplayHeight".
* called from UPDATESCREENDIMENSIONS
*
****************************************************/
LispPTR DSP_ScreenHight(LispPTR *args)