]> granicus.if.org Git - python/commitdiff
Added /**/ around #end tags
authorGuido van Rossum <guido@python.org>
Thu, 21 Aug 1997 02:30:45 +0000 (02:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 21 Aug 1997 02:30:45 +0000 (02:30 +0000)
Modules/cPickle.c
Modules/posixmodule.c

index 565d397c0733c70a244e799f6596677f9f0c55f1..49fb8b0b5e808c1ce5dd30d4d9b5abc3566db241 100644 (file)
@@ -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.
index ff1d1144c38620f4e64789ea2367c5010b1efb6f..5e247628d7b6a66edcc6390dc3969097a6ce7e1b 100644 (file)
@@ -1997,7 +1997,7 @@ putenv(char *newval)
 
        return 0;
 }
-#endif NeXT
+#endif /* NeXT */
 
 
 #ifdef HAVE_PUTENV