Merged revisions 66748 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66748 | christian.heimes | 2008-10-02 21:47:50 +0200 (Thu, 02 Oct 2008) | 1 line
Fixed a couple more C99 comments and one occurence of inline.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index c62905a..4872978 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@
Core and Builtins
-----------------
-- Fixed a broken comment in Objects/frameobject.c. Python is now C89 compatible
+- Fixed C99 style comments in several files. Python is now C89 compatible
again.
Library