Changeset 391 for python/trunk/Include/import.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Include/import.h
r2 r391 52 52 PyAPI_DATA(struct _inittab *) PyImport_Inittab; 53 53 54 PyAPI_FUNC(int) PyImport_AppendInittab(c har *name, void (*initfunc)(void));54 PyAPI_FUNC(int) PyImport_AppendInittab(const char *name, void (*initfunc)(void)); 55 55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab); 56 56
Note:
See TracChangeset
for help on using the changeset viewer.