We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958437c commit dc3ea0dCopy full SHA for dc3ea0d
Changelog.txt
@@ -5,6 +5,7 @@ Version 7.1.0
5
- Added DITTO to duplicate code/data in Spin2 assembly
6
- Added some of the upcoming Spin2 v51 float functions
7
- Added %namesp feature for DAT namespaces
8
+- Made it possible to add `: structname` to method pointer usage in Spin2
9
- Many internal changes to support DITTO and future assembly work
10
- Updated -gbrk debug code (thanks Ada)
11
- Use cluster size for stat() st_blksize on FAT32
version.h
@@ -7,7 +7,7 @@
#define VERSION_MAJOR 7
#define VERSION_MINOR 1
#define VERSION_REV 0
-#define BETA "-beta"
+//#define BETA "-beta"
12
#define VERSIONSTR version_string
13
0 commit comments