aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMRegex.m
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2020-06-12 12:13:12 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2020-06-12 12:19:55 -0400
commit845205f12d5aeb0275a59259b5c658104a7d9197 (patch)
treeed054cc2818ab688c2b015a1ef3960f557fe7acf /Foundation/GTMRegex.m
parent39450c586d1f6bce9b57246dbf29a96643a0fe47 (diff)
userdata structures need to exist for lifetime of hooks.
Apparently earlier compilers took our `const structs` and put them into const data for us so their lifetime was effectively equivalent to `static`. Some change/optimization in 11.4.1 has moved to that not being the case. Explicitly make the data structures `static`.
Diffstat (limited to 'Foundation/GTMRegex.m')
0 files changed, 0 insertions, 0 deletions