--- gvpe/src/protocol.C 2003/03/22 22:34:36 1.13 +++ gvpe/src/protocol.C 2003/03/22 22:39:11 1.14 @@ -548,10 +548,6 @@ const u8 curflags () const { return 0x80 - | 0x02 -#if PROTOCOL_MAJOR != 2 -#error hi -#endif | (ENABLE_COMPRESSION ? 0x01 : 0x00); }