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 ff330ff commit 922a443Copy full SHA for 922a443
2 files changed
src/Makefile
@@ -2714,6 +2714,7 @@ shadow: runtime pixmaps
2714
mkdir $(SHADOWDIR)/testdir
2715
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
2716
../../testdir/Make_all.mak \
2717
+ ../../testdir/README.txt \
2718
../../testdir/*.in \
2719
../../testdir/*.vim \
2720
../../testdir/*.py \
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
+ 2352,
768
/**/
769
2351,
770
0 commit comments