Merge pull request #296 from WildCard65/WildCard65-patch-1

Port remainder of regex.inc to transitional syntax (r=psychonic).
This commit is contained in:
Nicholas Hastings 2015-03-07 08:09:12 -05:00
commit ea684d5933

View File

@ -172,7 +172,7 @@ stock int SimpleRegexMatch(const char[] str, const char[] pattern, int flags = 0
/** /**
* Do not edit below this line! * Do not edit below this line!
*/ */
public Extension:__ext_regex = public Extension __ext_regex =
{ {
name = "Regex Extension", name = "Regex Extension",
file = "regex.ext", file = "regex.ext",