Skip to content

Commit c923c9a

Browse files
committed
Change value of__Pawn to 0x030A
This fixes #5.
1 parent 6592db0 commit c923c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/compiler/sc1.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#include "sc.h"
6666
#include "svnrev.h"
6767
#define VERSION_STR "3.2." SVN_REVSTR
68-
#define VERSION_INT 0x0302
68+
#define VERSION_INT 0x030A
6969

7070
static void resetglobals(void);
7171
static void initglobals(void);
@@ -5606,7 +5606,7 @@ static symbol *fetchlab(char *name)
56065606
}
56075607

56085608
/* isvariadic
5609-
*
5609+
*
56105610
* Checks if the function is variadic.
56115611
*/
56125612
static int isvariadic(symbol *sym)

0 commit comments

Comments
 (0)