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 cd142e3 commit 7cb769aCopy full SHA for 7cb769a
2 files changed
runtime/doc/Makefile
@@ -343,7 +343,7 @@ xxd.man: xxd.1
343
nroff -man xxd.1 | sed -e s/.//g > xxd.man
344
345
uganda.nsis.txt: uganda.txt
346
- sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78://' \
+ sed -e 's/[ ]*\*[-a-zA-Z0-9.]*\*//g' -e 's/vim:tw=78:.*//' \
347
uganda.txt | uniq >uganda.nsis.txt
348
349
# Awk version of .txt to .html conversion.
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1301,
771
/**/
772
1300,
773
0 commit comments