? common.inc.patch
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1002
diff -u -p -r1.1002 common.inc
--- includes/common.inc	30 Sep 2009 18:36:01 -0000	1.1002
+++ includes/common.inc	30 Sep 2009 21:01:27 -0000
@@ -3058,9 +3058,9 @@ function drupal_load_stylesheet_content(
   if ($optimize) {
     // Perform some safe CSS optimizations.
     $contents = preg_replace('<
-      \s*([@{}:;,]|\)\s|\s\()\s* |  # Remove whitespace around separators, but keep space around parentheses.
-      /\*([^*\\\\]|\*(?!/))+\*/ |   # Remove comments that are not CSS hacks.
-      [\n\r]                        # Remove line breaks.
+      \s*([@{}:;,]|\)\s|\s\()\s* |        # Remove whitespace around separators, but keep space around parentheses.
+      /\*[^*\\\\]*\*+([^/*][^*]*\*+)*/ |  # Remove comments that are not CSS hacks.
+      [\n\r]                              # Remove line breaks.
       >x', '\1', $contents);
   }
 
