diff options
author | Guido van Rossum <guido@python.org> | 1992-08-13 14:23:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-13 14:23:56 (GMT) |
commit | 39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52 (patch) | |
tree | 7c9f16966e4da12009cfd4fee12986f7e727fa1a /Modules/cstubs | |
parent | 743db36cd208c6f212a6b534e6bb8ee9256505ad (diff) | |
download | cpython-39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52.zip cpython-39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52.tar.gz cpython-39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52.tar.bz2 |
Fix bug introduced by Jack (duplicate def of qread)
Diffstat (limited to 'Modules/cstubs')
-rw-r--r-- | Modules/cstubs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |