Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6ef204

Browse files
committed
Added /**/ around #end tags
1 parent bae6523 commit c6ef204

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Modules/cPickle.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)