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 23c463a commit 8f8ae40Copy full SHA for 8f8ae40
2 files changed
runtime/doc/Makefile
@@ -32,7 +32,6 @@ DOCS = \
32
ft_ada.txt \
33
ft_sql.txt \
34
gui.txt \
35
- gui_w16.txt \
36
gui_w32.txt \
37
gui_x11.txt \
38
hangulin.txt \
@@ -167,7 +166,6 @@ HTMLS = \
167
166
ft_ada.html \
168
ft_sql.html \
169
gui.html \
170
- gui_w16.html \
171
gui_w32.html \
172
gui_x11.html \
173
hangulin.html \
@@ -388,9 +386,6 @@ hebrew.txt:
388
386
russian.txt:
389
387
touch russian.txt
390
391
-gui_w16.txt:
392
- touch gui_w16.txt
393
-
394
gui_w32.txt:
395
touch gui_w32.txt
396
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1387,
753
/**/
754
1386,
755
0 commit comments