File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ static char cPickle_module_documentation[] =
6565#ifndef Py_eval_input
6666#include <graminit.h>
6767#define Py_eval_input eval_input
68- #endif Py_eval_input
68+ #endif /* Py_eval_input */
6969
7070#include <errno.h>
7171
@@ -3912,6 +3912,9 @@ initcPickle() {
39123912
39133913/****************************************************************************
39143914 $Log$
3915+ Revision 2.10 1997/08/21 02:30:40 guido
3916+ Added /**/ around #end tags
3917+
39153918 Revision 2.9 1997 /08 /20 23 :38 :57 guido
39163919 Renamed strndup to pystrndup , to avoid conflicting prototype
39173920 in GNU libc on some platforms .
Original file line number Diff line number Diff line change @@ -1997,7 +1997,7 @@ putenv(char *newval)
19971997
19981998 return 0 ;
19991999}
2000- #endif NeXT
2000+ #endif /* NeXT */
20012001
20022002
20032003#ifdef HAVE_PUTENV
You can’t perform that action at this time.
0 commit comments