summaryrefslogtreecommitdiffstats
path: root/Include/cStringIO.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-10-04 12:43:02 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-10-04 12:43:02 (GMT)
commit638437ff4d55102d6de33e2ef337ef55957285a5 (patch)
tree7382d92e292b17062b6d62c39d0e9e521bbba2dc /Include/cStringIO.h
parenta40ea756258c4a298c2f031d0f7bfdf5b68afe21 (diff)
downloadcpython-638437ff4d55102d6de33e2ef337ef55957285a5.zip
cpython-638437ff4d55102d6de33e2ef337ef55957285a5.tar.gz
cpython-638437ff4d55102d6de33e2ef337ef55957285a5.tar.bz2
SF # 607253, header file problems by Ralf W. Grosse-Kunstleve
Don't pollute the namespace when protecting against multiple header inclusion. Prefix with Py_ and use standard naming convention Py_FILENAME_H.
Diffstat (limited to 'Include/cStringIO.h')
-rw-r--r--Include/cStringIO.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index 224f8ff..50921d9 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -1,5 +1,5 @@
-#ifndef CSTRINGIO_INCLUDED
-#define CSTRINGIO_INCLUDED
+#ifndef Py_CSTRINGIO_H
+#define Py_CSTRINGIO_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -60,4 +60,4 @@ static struct PycStringIO_CAPI {
#ifdef __cplusplus
}
#endif
-#endif /* CSTRINGIO_INCLUDED */
+#endif /* !Py_CSTRINGIO_H */