Fixup macro to be on one line (for autogsdoc)

This commit is contained in:
rfm 2023-11-13 20:04:25 +00:00
parent 57a0d9afae
commit c9b878ba54

View file

@ -67,7 +67,7 @@ static const NSMatchingOptions NSMatchingWithTransparentBounds = 1<<3;
static const NSMatchingOptions NSMatchingWithoutAnchoringBounds = 1<<4;
DEFINE_BLOCK_TYPE(GSRegexBlock, void, NSTextCheckingResult*,
DEFINE_BLOCK_TYPE(GSRegexBlock, void, NSTextCheckingResult*,\
NSMatchingFlags, BOOL*);
#ifndef GSREGEXTYPE