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 6592db0 commit c923c9aCopy full SHA for c923c9a
source/compiler/sc1.c
@@ -65,7 +65,7 @@
65
#include "sc.h"
66
#include "svnrev.h"
67
#define VERSION_STR "3.2." SVN_REVSTR
68
-#define VERSION_INT 0x0302
+#define VERSION_INT 0x030A
69
70
static void resetglobals(void);
71
static void initglobals(void);
@@ -5606,7 +5606,7 @@ static symbol *fetchlab(char *name)
5606
}
5607
5608
/* isvariadic
5609
- *
+ *
5610
* Checks if the function is variadic.
5611
*/
5612
static int isvariadic(symbol *sym)
0 commit comments