mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Replace SLONG by int32_t
All affected `printf` have been fixed. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -21,8 +22,8 @@ enum eBlockType {
|
||||
BLOCK_OUTPUT
|
||||
};
|
||||
|
||||
SLONG options = 0;
|
||||
SLONG fillchar = 0;
|
||||
int32_t options = 0;
|
||||
int32_t fillchar = 0;
|
||||
char *smartlinkstartsymbol;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user