Bill Gianopoulos 1 month ago
parent
commit
3e2597b6cd

+ 2 - 3
mozilla-release/patches/TOP-NOBUG-REGEXP-37-1642493-79a1-25318.patch

@@ -23,7 +23,8 @@ diff --git a/.clang-format-ignore b/.clang-format-ignore
 diff --git a/js/moz.configure b/js/moz.configure
 diff --git a/js/moz.configure b/js/moz.configure
 --- a/js/moz.configure
 --- a/js/moz.configure
 +++ b/js/moz.configure
 +++ b/js/moz.configure
-@@ -432,30 +432,16 @@ js_option('--enable-pipeline-operator', 
+@@ -431,29 +431,16 @@ js_option('--enable-pipeline-operator', 
+ @depends('--enable-pipeline-operator')
  def enable_pipeline_operator(value):
  def enable_pipeline_operator(value):
      if value:
      if value:
          return True
          return True
@@ -31,7 +32,6 @@ diff --git a/js/moz.configure b/js/moz.configure
  set_config('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
  set_config('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
  set_define('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
  set_define('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
  
  
- 
 -# Initial support for new regexp engine
 -# Initial support for new regexp engine
 -# ==================================================
 -# ==================================================
 -
 -
@@ -44,7 +44,6 @@ diff --git a/js/moz.configure b/js/moz.configure
 -
 -
 -set_config('ENABLE_NEW_REGEXP', enable_new_regexp)
 -set_config('ENABLE_NEW_REGEXP', enable_new_regexp)
 -set_define('ENABLE_NEW_REGEXP', enable_new_regexp)
 -set_define('ENABLE_NEW_REGEXP', enable_new_regexp)
--
 -
 -
  # Options for generating the shell as a script
  # Options for generating the shell as a script
  # ============================================
  # ============================================