From 39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 13 Aug 1992 14:23:56 +0000 Subject: Fix bug introduced by Jack (duplicate def of qread) --- Modules/cstubs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/cstubs b/Modules/cstubs index bbb3a10..76feb6a 100644 --- a/Modules/cstubs +++ b/Modules/cstubs @@ -1168,7 +1168,7 @@ void getmcolor short s short r short r short r void mapw long s short s short s float r float r float r float r float r float r void mapw2 long s short s short s float r float r ###void defrasterfont short s short s short s Fontchar s[arg3] short s short s[4*arg5] -long qread short r +###long qread short r void getcursor short r short r short r long r # # For these we receive arrays of stuff -- cgit v0.12