From cce67c995d077d21874285442e5d9d79505a0ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 21 Sep 2016 23:40:01 +0200 Subject: [PATCH] Add an OSX stdlib implementation detail to the opaque types list. --- ports/geckolib/binding_tools/regen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/geckolib/binding_tools/regen.py b/ports/geckolib/binding_tools/regen.py index 679011a3b3a..836b1dcc641 100755 --- a/ports/geckolib/binding_tools/regen.py +++ b/ports/geckolib/binding_tools/regen.py @@ -141,6 +141,7 @@ COMPILATION_TARGETS = { "StyleBasicShape", "nsCSSShadowArray", ], "opaque_types": [ + "atomic___base", "nsAString_internal_char_traits", "nsAString_internal_incompatible_char_type", "nsACString_internal_char_traits",