mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Initial unmodified dump of Gecko's union codegen.
This commit is contained in:
parent
ffcf3b2905
commit
d0bfdbf150
2 changed files with 488 additions and 3 deletions
|
@ -89,9 +89,8 @@ def main():
|
|||
# Generate the module declarations.
|
||||
generate_file(config, 'BindingDeclarations', 'declare+define')
|
||||
|
||||
#XXXjdm No union support yet
|
||||
#generate_file(config, 'UnionTypes', 'declare')
|
||||
#generate_file(config, 'UnionConversions', 'declare')
|
||||
generate_file(config, 'UnionTypes', 'declare+define')
|
||||
generate_file(config, 'UnionConversions', 'declare+define')
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue