diff options
author | Guido van Rossum <guido@python.org> | 1997-08-21 02:30:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-21 02:30:45 (GMT) |
commit | c6ef204830320ddca65c14b3c8fd5c50ba11d4ef (patch) | |
tree | ee12511e3628275acd312e39c7c14fbfb309f4a7 /Modules/cPickle.c | |
parent | bae6523a758f8197250667582fe834553b8e61b8 (diff) | |
download | cpython-c6ef204830320ddca65c14b3c8fd5c50ba11d4ef.zip cpython-c6ef204830320ddca65c14b3c8fd5c50ba11d4ef.tar.gz cpython-c6ef204830320ddca65c14b3c8fd5c50ba11d4ef.tar.bz2 |
Added /**/ around #end tags
Diffstat (limited to 'Modules/cPickle.c')
-rw-r--r-- | Modules/cPickle.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/cPickle.c b/Modules/cPickle.c index 565d397..49fb8b0 100644 --- a/Modules/cPickle.c +++ b/Modules/cPickle.c @@ -65,7 +65,7 @@ static char cPickle_module_documentation[] = #ifndef Py_eval_input #include <graminit.h> #define Py_eval_input eval_input -#endif Py_eval_input +#endif /* Py_eval_input */ #include <errno.h> @@ -3912,6 +3912,9 @@ initcPickle() { /**************************************************************************** $Log$ + Revision 2.10 1997/08/21 02:30:40 guido + Added /**/ around #end tags + Revision 2.9 1997/08/20 23:38:57 guido Renamed strndup to pystrndup, to avoid conflicting prototype in GNU libc on some platforms. |