]> granicus.if.org Git - python/commitdiff
Patch #714957: Explain ADDMODULE MARKER.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 18 Apr 2003 10:51:14 +0000 (10:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 18 Apr 2003 10:51:14 +0000 (10:51 +0000)
PC/config.c

index 717f267e90b8ad0a603c004d3c111859dad46cb7..ea65e912210a5bd08c072154ffa48e3e6c16b479 100644 (file)
@@ -47,7 +47,7 @@ extern void initzipimport(void);
 extern void init_random(void);
 extern void inititertools(void);
 
-/* XXX tim: what's the purpose of ADDMODULE MARKER? */
+/* tools/freeze/makeconfig.py marker for additional "extern" */
 /* -- ADDMODULE MARKER 1 -- */
 
 extern void PyMarshal_Init(void);
@@ -103,7 +103,7 @@ struct _inittab _PyImport_Inittab[] = {
        {"xxsubtype", initxxsubtype},
        {"zipimport", initzipimport},
 
-/* XXX tim: what's the purpose of ADDMODULE MARKER? */
+/* tools/freeze/makeconfig.py marker for additional "_inittab" entries */
 /* -- ADDMODULE MARKER 2 -- */
 
         /* This module "lives in" with marshal.c */