Kaydet (Commit) 9262b8ab authored tarafından Jeremy Hylton's avatar Jeremy Hylton

another typo caught by Rob Hooft

üst 2a2c2185
...@@ -87,7 +87,7 @@ extern long PyOS_GetLastModificationTime(); /* In getmtime.c */ ...@@ -87,7 +87,7 @@ extern long PyOS_GetLastModificationTime(); /* In getmtime.c */
#define MAGIC (50428 | ((long)'\r'<<16) | ((long)'\n'<<24)) #define MAGIC (50428 | ((long)'\r'<<16) | ((long)'\n'<<24))
/* Magic word as global; note that _PyImport_Init() can change the /* Magic word as global; note that _PyImport_Init() can change the
value of this global to accomodate for alterations of how the value of this global to accommodate for alterations of how the
compiler works which are enabled by command line switches. */ compiler works which are enabled by command line switches. */
static long pyc_magic = MAGIC; static long pyc_magic = MAGIC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment