Merge pull request #296 from WildCard65/WildCard65-patch-1
Port remainder of regex.inc to transitional syntax (r=psychonic).
This commit is contained in:
commit
ea684d5933
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user