And one more...
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@147 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
93bde1287b
commit
c0cd826447
@ -174,9 +174,9 @@ static char eexec_module_documentation[] =
|
||||
""
|
||||
;
|
||||
|
||||
void initeexecOp(); /* prototype to shut up the compiler */
|
||||
void initeexecOp(void); /* prototype to shut up the compiler */
|
||||
|
||||
void initeexecOp()
|
||||
void initeexecOp(void)
|
||||
{
|
||||
PyObject *m, *d;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user