We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1479b commit cbeab96Copy full SHA for cbeab96
src/regexp.c
@@ -255,9 +255,6 @@
255
#define un_Magic(x) ((x) + 256)
256
#define is_Magic(x) ((x) < 0)
257
258
-static int no_Magic(int x);
259
-static int toggle_Magic(int x);
260
-
261
static int
262
no_Magic(int x)
263
{
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2363,
768
/**/
769
2362,
770
0 commit comments