mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
This is only motivated by easier transition to ARC (one framework at a time) as the ns/attr_string.h header contains manual memory management, which thus cannot be included by a framework using ARC, yet the code needs to be in the header since the code is template-based.