File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 7.6.6
2+ - Increase maximum number of files in a .side from 256 to 1024
3+
14Version 7.6.5
25- Fixed assignment to members of a structure return value
36
Original file line number Diff line number Diff line change 11/*
22 * Spin to C/C++ translator
3- * Copyright 2011-2025 Total Spectrum Software Inc.
3+ * Copyright 2011-2026 Total Spectrum Software Inc. and contributors
44 *
55 * +--------------------------------------------------------------------
66 * ¦ TERMS OF USE: MIT License
@@ -1542,7 +1542,7 @@ ProcessOneIdeInc(char *def) {
15421542 }
15431543}
15441544
1545- #define MAX_IDE_FILES 256
1545+ #define MAX_IDE_FILES 1024
15461546
15471547static Module *
15481548ParseIdeFile (Module * P , const char * fpidename , int * is_dup_ptr )
Original file line number Diff line number Diff line change 66
77#define VERSION_MAJOR 7
88#define VERSION_MINOR 6
9- #define VERSION_REV 5
9+ #define VERSION_REV 6
1010#define BETA "-beta"
1111
1212#define VERSIONSTR version_string
You can’t perform that action at this time.
0 commit comments