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:
jvr 2001-08-09 19:39:05 +00:00
parent 93bde1287b
commit c0cd826447

View File

@ -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;