End of line fix for gcc 3.x, other misc fixes for 3x

svn path=/trunk/; revision=3539
This commit is contained in:
Steven Edwards 2002-09-24 03:57:59 +00:00
parent 2e1536cfa6
commit 5902c7241e
12 changed files with 13 additions and 12 deletions

View file

@ -82,4 +82,4 @@ public:
static int StripBuffer(char* pszBuffer, char* pszBufferEnd, int width); static int StripBuffer(char* pszBuffer, char* pszBufferEnd, int width);
}; };
#endif #endif

View file

@ -94,4 +94,4 @@ private:
}; };
#endif // __KEYTRANS_H #endif // __KEYTRANS_H

View file

@ -129,7 +129,7 @@ public:
_Destroy(begin(), end()); _Destroy(begin(), end());
_Last = _First; _Last = _First;
#else #else
destroy(begin( ), end( )); // destroy(begin( ), end( ));
#ifdef __CYGWIN__ #ifdef __CYGWIN__
_M_finish = _M_start; _M_finish = _M_start;
#endif #endif
@ -168,4 +168,4 @@ public:
}; };
#endif #endif

View file

@ -217,4 +217,4 @@ void TCharmap::modmap(char pos, char mapchar, char c) {
for(int j = 0; j < 256; j++) map[mapchar][pos] = j; for(int j = 0; j < 256; j++) map[mapchar][pos] = j;
} }
map[mapchar][pos] = c; map[mapchar][pos] = c;
} }

View file

@ -30,6 +30,7 @@
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
#include "tkeydef.h" #include "tkeydef.h"
#include <string.h>
// This class did not properly release memory before, and a buffer overrun // This class did not properly release memory before, and a buffer overrun
// was apparent in operator=(char*). Fixed. (Paul Brannan Feb. 4, 1999) // was apparent in operator=(char*). Fixed. (Paul Brannan Feb. 4, 1999)

View file

@ -68,4 +68,4 @@ public:
}; };
#endif #endif

View file

@ -36,4 +36,4 @@ struct KeyMap {
~KeyMap(); ~KeyMap();
}; };
#endif #endif

View file

@ -102,4 +102,4 @@ private:
}; };
#endif #endif

View file

@ -26,4 +26,4 @@ public:
~TMouse(); ~TMouse();
}; };
#endif #endif

View file

@ -17,4 +17,4 @@ public:
void Paste(); void Paste();
}; };
#endif #endif

View file

@ -208,4 +208,4 @@ private:
extern TConfig ini; extern TConfig ini;
#endif #endif

View file

@ -23,4 +23,4 @@ public:
~TScroller(); ~TScroller();
}; };
#endif #endif