]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* clmodule.c: use function prototypes (found and fixed some bugs this
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 16 Feb 1993 11:55:17 +0000 (11:55 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 16 Feb 1993 11:55:17 +0000 (11:55 +0000)
commit4e2a4278e8b7b0665b5bebd928b3303cf2e616fa
treeb4781c724043cb92d31633c06d70b1342317bbda
parent5fc677363ff99410df72905ced82848cff06a548
* clmodule.c: use function prototypes (found and fixed some bugs this
  way); more efficiently check whether parameters are float; removed
  one argument from DecompressImage method; use clGetParam instead of
  clGetParams where it makes sense; convert int parameters in
  SetParams, SetParam, SetMin, SetMax, and SetDefault to float when
  needed; added QuerySchemeFromHandle method
* Makefile: interchanged cstubs and cgen.py so that $> in rule gets
  them in the right order
Modules/clmodule.c