Fix template for module functions
commit1228055b320dbed92ab400c4a95813a2b8023909
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Nov 2016 15:48:50 +0000 (28 07:48 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Nov 2016 15:49:28 +0000 (28 07:49 -0800)
treedaa3f37a4e7a833c3d1a64f7d9b8d30a0abf663c
parentd020ff3eab01f9683485b35c0fc8b17708e9a6d1
Fix template for module functions

Reported by Syohei YOSHIDA (Bug#24932).
* modules/modhelp.py (TEMPLATES):
c_func’s 2nd arg is ptrdiff_t, not int.
modules/modhelp.py