X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.h;h=2a51fa94005d7543aa3262e21b5b89c8495c8508;hp=5625616310835b5d2dccb40b2150af9be1411586;hb=HEAD;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 {