mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Move externs to header files
Follow Linux kernel coding style. Remove exception from checkpatch.pl configuration file. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "asm/fstack.h"
|
||||
#include "asm/lexer.h"
|
||||
#include "asm/main.h"
|
||||
#include "asm/output.h"
|
||||
#include "asm/symbol.h"
|
||||
|
||||
#include "extern/err.h"
|
||||
@@ -35,9 +36,6 @@ static uint32_t nCurrentREPTBlockCount;
|
||||
|
||||
uint32_t ulMacroReturnValue;
|
||||
|
||||
extern char *tzObjectname;
|
||||
extern FILE *dependfile;
|
||||
|
||||
/*
|
||||
* defines for nCurrentStatus
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user