X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=5b45bed9712056894b5a28e21a4b65e98d9bbe42;hp=9451dfb395084ad719cf0a7210d9119a4ad9fc2e;hb=refs%2Fheads%2Fmaster;hpb=0d71dcf00270f75a7692c788e2834e47231780ef diff --git a/rln.h b/rln.h index 9451dfb..2a51fa9 100644 --- a/rln.h +++ b/rln.h @@ -44,7 +44,7 @@ #define MAJOR 1 // Major version number #define MINOR 7 // Minor version number -#define PATCH 2 // Patch release number +#define PATCH 4 // Patch release number #ifdef WIN32 #define PLATFORM "Win32" // Release platform - Windows @@ -269,7 +269,7 @@ struct SYMREC // and Globals share a hash table, but their value fields are interpreted // differently. -#define SYMLEN 100 // Symbol name size (incl. null) +#define SYMLEN 256 // Symbol name size (incl. null) struct HREC {