Changeset 3408 for trunk/essentials/dev-lang/python/Modules
- Timestamp:
- Jun 11, 2007, 2:56:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Modules/_hotshot.c
r3394 r3408 25 25 QueryPerformanceCounter(&_temp); \ 26 26 *(P_HS_TIME) = _temp.QuadPart; } 27 27 28 28 29 29 #else … … 309 309 int ch; 310 310 char *buf; 311 311 312 312 if ((err = unpack_packed_int(self, &len, 0))) 313 313 return err; … … 1567 1567 } 1568 1568 1569 PyDoc_VAR(resolution__doc__) = 1569 PyDoc_VAR(resolution__doc__) = 1570 1570 #ifdef MS_WINDOWS 1571 1571 PyDoc_STR( … … 1608 1608 }; 1609 1609 1610 1610 1611 #ifdef __OS2__ 1611 1612 PyMODINIT_FUNC 1612 1613 #else 1613 1614 void 1614 #endif 1615 #endif 1615 1616 init_hotshot(void) 1616 1617 {
Note:
See TracChangeset
for help on using the changeset viewer.