X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=5b45bed9712056894b5a28e21a4b65e98d9bbe42;hp=5625616310835b5d2dccb40b2150af9be1411586;hb=refs%2Fheads%2Fmaster;hpb=ea99cb44afb302c05585de9139d1a28663686330 diff --git a/rln.h b/rln.h index 5625616..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 3 // 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 {