diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-14 03:02:34 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-14 03:02:34 (GMT) |
commit | 2518b25578b5aa8ffdef1666cd0d3c0786f83fb2 (patch) | |
tree | fd2a5992c02b519b3d73a0d9d15d70e3917c1b2c /Modules/bsddb.h | |
parent | 42da874cddc20f8d0e663163defe492570a88e2c (diff) | |
download | cpython-2518b25578b5aa8ffdef1666cd0d3c0786f83fb2.zip cpython-2518b25578b5aa8ffdef1666cd0d3c0786f83fb2.tar.gz cpython-2518b25578b5aa8ffdef1666cd0d3c0786f83fb2.tar.bz2 |
Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
Diffstat (limited to 'Modules/bsddb.h')
-rw-r--r-- | Modules/bsddb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/bsddb.h b/Modules/bsddb.h index 490da59..a209553 100644 --- a/Modules/bsddb.h +++ b/Modules/bsddb.h @@ -232,7 +232,7 @@ typedef struct { #define DBSequenceObject_Check(v) ((v)->ob_type == bsddb_api->dbsequence_type) #endif -#endif // COMPILING_BSDDB_C +#endif /* COMPILING_BSDDB_C */ -#endif // _BSDDB_H_ +#endif /* _BSDDB_H_ */ |