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 b20545f commit 4cc39a5Copy full SHA for 4cc39a5
2 files changed
src/Makefile
@@ -2608,6 +2608,7 @@ shadow: runtime pixmaps
2608
../../testdir/*.py \
2609
../../testdir/python* \
2610
../../testdir/sautest \
2611
+ ../../testdir/samples \
2612
../../testdir/test83-tags? \
2613
../../testdir/*.ok .
2614
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 1805,
758
/**/
759
1804,
760
0 commit comments