X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rln.h;h=1a448ce63d542ed8b7191513d9610f863c15be0e;hb=cc23da7a6e7fd332a0b4ec1e8be7b88cf2187ec1;hp=34e8d6c3a020ffc7cdc6498a8af6d8c593a6d156;hpb=2b769046ebabf1dd239ff670cdf93737da86d72f;p=rln diff --git a/rln.h b/rln.h index 34e8d6c..1a448ce 100644 --- a/rln.h +++ b/rln.h @@ -1,6 +1,6 @@ // -// RLN - Reboot's Linker for the Atari Jaguar console system -// Copyright (C) 199x Allan K. Pratt, 2011-2015 Reboot & Friends +// RLN - Renamed Linker for the Atari Jaguar console system +// Copyright (C) 199x Allan K. Pratt, 2011-2021 Reboot & Friends // #ifndef __RLN_H__ @@ -43,8 +43,8 @@ #endif #define MAJOR 1 // Major version number -#define MINOR 5 // Minor version number -#define PATCH 2 // Patch release number +#define MINOR 7 // Minor version number +#define PATCH 0 // Patch release number #ifdef WIN32 #define PLATFORM "Win32" // Release platform - Windows @@ -68,7 +68,7 @@ #define OST_BLOCK 0x400000 // Output symbol table block (4MB) #define DSTSEG_D 1 // Include file destination seg (DATA) #define DSTSEG_T 2 // Include file destination seg (TEXT) -#define MAXARGS 256 // Max number of args in a command file +#define MAXARGS 4096 // Max number of args in a command file // Headers @@ -81,6 +81,7 @@ // Rather than rely on dodgy compilers for something that's now a C99 standard, // let's do this: #include +#include struct OHEADER {