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 b6825f0 commit d096203Copy full SHA for d096203
Changelog.txt
@@ -1,6 +1,7 @@
1
Version 6.9.10
2
-- Fix compilation error when GETWORD is replaced by MOV
+- Fix compilation error when GETWORD is replaced by MOV or MUL
3
- Fix varargs calls in nucode when no varying arguments present
4
+- Fix an incorrect warning about locals shadowing globals in C
5
6
Version 6.9.9
7
- Fixed `--compress` flag on Windows
version.h
@@ -7,7 +7,7 @@
#define VERSION_MAJOR 6
8
#define VERSION_MINOR 9
9
#define VERSION_REV 10
10
-#define BETA "-beta"
+//#define BETA "-beta"
11
12
#define VERSIONSTR version_string
13
0 commit comments