]> granicus.if.org Git - python/commitdiff
struct _frozen:
authorFred Drake <fdrake@acm.org>
Mon, 13 Oct 1997 18:18:33 +0000 (18:18 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 13 Oct 1997 18:18:33 +0000 (18:18 +0000)
Use spaces instead of tabs to indent structure definition; tabs don't
work in tex/latex.

PyImport_FrozenModules:
struct _freeze ==> struct _frozen

Doc/api.tex
Doc/api/api.tex

index 2b4bbadf6a07b39a79a60d1976544b133c762f08..494eb416455bcee7ce936a7fc343dbcd6c64c4fa 100644 (file)
@@ -1060,16 +1060,16 @@ as generated by the \code{freeze} utility (see \file{Tools/freeze/} in
 the Python source distribution).  Its definition is:
 \begin{verbatim}
 struct _frozen {
-       char *name;
-       unsigned char *code;
-       int size;
+    char *name;
+    unsigned char *code;
+    int size;
 };
 \end{verbatim}
 \end{ctypedesc}
 
 \begin{cvardesc}{struct _frozen *}{PyImport_FrozenModules}
 This pointer is initialized to point to an array of \code{struct
-_freeze} records, terminated by one whose members are all \code{NULL}
+_frozen} records, terminated by one whose members are all \code{NULL}
 or zero.  When a frozen module is imported, it is searched in this
 table.  Third party code could play tricks with this to provide a
 dynamically created collection of frozen modules.
index 2b4bbadf6a07b39a79a60d1976544b133c762f08..494eb416455bcee7ce936a7fc343dbcd6c64c4fa 100644 (file)
@@ -1060,16 +1060,16 @@ as generated by the \code{freeze} utility (see \file{Tools/freeze/} in
 the Python source distribution).  Its definition is:
 \begin{verbatim}
 struct _frozen {
-       char *name;
-       unsigned char *code;
-       int size;
+    char *name;
+    unsigned char *code;
+    int size;
 };
 \end{verbatim}
 \end{ctypedesc}
 
 \begin{cvardesc}{struct _frozen *}{PyImport_FrozenModules}
 This pointer is initialized to point to an array of \code{struct
-_freeze} records, terminated by one whose members are all \code{NULL}
+_frozen} records, terminated by one whose members are all \code{NULL}
 or zero.  When a frozen module is imported, it is searched in this
 table.  Third party code could play tricks with this to provide a
 dynamically created collection of frozen modules.