Changeset 392 for python


Ignore:
Timestamp:
Mar 21, 2014, 1:26:39 PM (11 years ago)
Author:
dmik
Message:

python: Fix build break of parser module on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Include/node.h

    r391 r392  
    2222PyAPI_FUNC(void) PyNode_Free(node *n);
    2323#ifndef Py_LIMITED_API
    24 Py_ssize_t _PyNode_SizeOf(node *n);
     24PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
    2525#endif
    2626
Note: See TracChangeset for help on using the changeset viewer.