mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
My interpretation: The old inline array is interpreted as an initializer list which cannot (yet) be used with Objective-C objects when ARC is enabled. Fixes #1037