C++ comments invalid for C89 code.

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
--- gtk/gtktreeview.override.orig       Thu Sep  4 12:37:51 2003
+++ gtk/gtktreeview.override    Thu Sep  4 12:37:57 2003
@@ -819,7 +819,7 @@
         return NULL;
     }
 
-    // Create on stack: much faster, no free() needed.
+    /* Create on stack: much faster, no free() needed. */
     new_order = g_newa(gint, len_seq);
     for (i = 0; i < len_seq; i++) {
        sitem = PySequence_GetItem(py_new_order, i);
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to