End of line fix for gcc 3.x, other misc fixes for 3x
authorSteven Edwards <winehacker@gmail.com>
Tue, 24 Sep 2002 03:57:59 +0000 (03:57 +0000)
committerSteven Edwards <winehacker@gmail.com>
Tue, 24 Sep 2002 03:57:59 +0000 (03:57 +0000)
svn path=/trunk/; revision=3539

12 files changed:
rosapps/net/telnet/src/ansiprsr.h
rosapps/net/telnet/src/keytrans.h
rosapps/net/telnet/src/stl_bids.h
rosapps/net/telnet/src/tcharmap.cpp
rosapps/net/telnet/src/tkeydef.cpp
rosapps/net/telnet/src/tkeydef.h
rosapps/net/telnet/src/tkeymap.h
rosapps/net/telnet/src/tmapldr.h
rosapps/net/telnet/src/tmouse.h
rosapps/net/telnet/src/tnclip.h
rosapps/net/telnet/src/tnconfig.h
rosapps/net/telnet/src/tscroll.h

index fd032c3..aef43c6 100644 (file)
@@ -82,4 +82,4 @@ public:
        static int StripBuffer(char* pszBuffer, char* pszBufferEnd, int width);
 };
 
-#endif
\ No newline at end of file
+#endif
index 7f6a6ab..f760a7e 100644 (file)
@@ -94,4 +94,4 @@ private:
 
 };
        
-#endif // __KEYTRANS_H
\ No newline at end of file
+#endif // __KEYTRANS_H
index 09f3f8a..cadf32a 100644 (file)
@@ -129,7 +129,7 @@ public:
                _Destroy(begin(), end());
                _Last = _First;
 #else
-               destroy(begin( ), end( ));
+//             destroy(begin( ), end( ));
 #ifdef __CYGWIN__
                _M_finish = _M_start;
 #endif
@@ -168,4 +168,4 @@ public:
 
 };
 
-#endif
\ No newline at end of file
+#endif
index 1a2525b..37d9e6b 100644 (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;
        }
        map[mapchar][pos] = c;
-}
\ No newline at end of file
+}
index c8d058d..e180327 100644 (file)
@@ -30,6 +30,7 @@
 /////////////////////////////////////////////////////////
 
 #include "tkeydef.h"
+#include <string.h>
 
 // This class did not properly release memory before, and a buffer overrun
 // was apparent in operator=(char*).  Fixed.  (Paul Brannan Feb. 4, 1999)
index 69bc92a..c40ba33 100644 (file)
@@ -68,4 +68,4 @@ public:
 
 };
 
-#endif
\ No newline at end of file
+#endif
index 965e21d..01258fe 100644 (file)
@@ -36,4 +36,4 @@ struct KeyMap {
        ~KeyMap();
 };
 
-#endif
\ No newline at end of file
+#endif
index 9f5a4aa..4a80966 100644 (file)
@@ -102,4 +102,4 @@ private:
 
 };
 
-#endif
\ No newline at end of file
+#endif
index 03d3264..fde6ec7 100644 (file)
@@ -26,4 +26,4 @@ public:
        ~TMouse();
 };
 
-#endif
\ No newline at end of file
+#endif
index 7d2cb92..cd20c30 100644 (file)
@@ -17,4 +17,4 @@ public:
        void Paste();
 };
 
-#endif
\ No newline at end of file
+#endif
index bdac38d..31084df 100644 (file)
@@ -208,4 +208,4 @@ private:
 
 extern TConfig ini;
 
-#endif
\ No newline at end of file
+#endif
index 340c8db..4261ca0 100644 (file)
@@ -23,4 +23,4 @@ public:
        ~TScroller();
 };
 
-#endif
\ No newline at end of file
+#endif