From: Guido van Rossum Date: Thu, 21 Aug 1997 02:30:45 +0000 (+0000) Subject: Added /**/ around #end tags X-Git-Tag: v1.5a4~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6ef204830320ddca65c14b3c8fd5c50ba11d4ef;p=thirdparty%2FPython%2Fcpython.git Added /**/ around #end tags --- diff --git a/Modules/cPickle.c b/Modules/cPickle.c index 565d397c0733..49fb8b0b5e80 100644 --- a/Modules/cPickle.c +++ b/Modules/cPickle.c @@ -65,7 +65,7 @@ static char cPickle_module_documentation[] = #ifndef Py_eval_input #include #define Py_eval_input eval_input -#endif Py_eval_input +#endif /* Py_eval_input */ #include @@ -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. diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index ff1d1144c386..5e247628d7b6 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -1997,7 +1997,7 @@ putenv(char *newval) return 0; } -#endif NeXT +#endif /* NeXT */ #ifdef HAVE_PUTENV