[Python-Dev] Multiple Inclusion of Header Files (original) (raw)
Neal Norwitz neal@metaslash.com
Thu, 10 Oct 2002 18:59:54 -0400
- Previous message: [Python-Dev] Re: tp_dictoffset calculation in 2.2.2
- Next message: [Python-Dev] Multiple Inclusion of Header Files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From SF #607253, header file problems ( http://python.org/sf/607253 ) is there any reason why these files: graminit.h patchlevel.h pyconfig.h (aka pyconfig.h.in)
don't protect against being included multiple times?
ie, they don't have:
#ifndef Py_FILE_H
#define Py_FILE_H
/* ... */
#endif /* !Py_FILE_H */Neal
- Previous message: [Python-Dev] Re: tp_dictoffset calculation in 2.2.2
- Next message: [Python-Dev] Multiple Inclusion of Header Files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]