Skip to content

Commit

Permalink
Change value of__Pawn to 0x030A
Browse files Browse the repository at this point in the history
This fixes #5.
  • Loading branch information
Zeex committed Jan 3, 2014
1 parent 6592db0 commit c923c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/compiler/sc1.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#include "sc.h"
#include "svnrev.h"
#define VERSION_STR "3.2." SVN_REVSTR
#define VERSION_INT 0x0302
#define VERSION_INT 0x030A

static void resetglobals(void);
static void initglobals(void);
Expand Down Expand Up @@ -5606,7 +5606,7 @@ static symbol *fetchlab(char *name)
}

/* isvariadic
*
*
* Checks if the function is variadic.
*/
static int isvariadic(symbol *sym)
Expand Down

0 comments on commit c923c9a

Please sign in to comment.