Changeset 391 for python/trunk/Include/pygetopt.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/pygetopt.h
r2 r391 10 10 PyAPI_DATA(char *) _PyOS_optarg; 11 11 12 PyAPI_FUNC(void) _PyOS_ResetGetOpt(void); 12 13 PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring); 13 14
Note:
See TracChangeset
for help on using the changeset viewer.