mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42: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:
@@ -28,8 +28,6 @@ struct sLexString {
|
||||
|
||||
#define SAFETYMARGIN 1024
|
||||
|
||||
extern size_t symvaluetostring(char *dest, size_t maxLength, char *sym);
|
||||
|
||||
struct sLexFloat tLexFloat[32];
|
||||
struct sLexString *tLexHash[LEXHASHSIZE];
|
||||
YY_BUFFER_STATE pCurrentBuffer;
|
||||
|
||||
Reference in New Issue
Block a user