diff options
| author | Guido van Rossum <guido@python.org> | 1992-08-13 14:23:56 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1992-08-13 14:23:56 +0000 |
| commit | 39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52 (patch) | |
| tree | 7c9f16966e4da12009cfd4fee12986f7e727fa1a | |
| parent | 743db36cd208c6f212a6b534e6bb8ee9256505ad (diff) | |
| download | cpython-git-39789030bd9c9d21e2e9b6c8ca2e1214ba8f4b52.tar.gz | |
Fix bug introduced by Jack (duplicate def of qread)
| -rw-r--r-- | Modules/cstubs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cstubs b/Modules/cstubs index bbb3a10637..76feb6aab8 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 |
