- Fix GGC problem on current

Submitted by:	vs@foldr.org
This commit is contained in:
Dirk Meyer 2002-11-04 03:11:15 +00:00
parent 5b96d0a956
commit 79c96ad377
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69431
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- src/console.cpp.orig Mon Nov 4 00:23:20 2002
+++ src/console.cpp Mon Nov 4 00:23:55 2002
@@ -2157,7 +2157,7 @@
* CLicqConsole::Input_Line
*-------------------------------------------------------------------------*/
char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn,
- bool bEcho = true)
+ bool bEcho)
{
// Now check for keys
switch (cIn)

View File

@ -0,0 +1,11 @@
--- src/console.h.orig Mon Nov 4 00:22:38 2002
+++ src/console.h Mon Nov 4 00:22:50 2002
@@ -5,6 +5,8 @@
#include "config.h"
#endif
+using namespace std;
+
#include "licq_icqd.h"
#include "licq_log.h"
#include "window.h"

View File

@ -0,0 +1,12 @@
--- src/console.cpp.orig Mon Nov 4 00:23:20 2002
+++ src/console.cpp Mon Nov 4 00:23:55 2002
@@ -2157,7 +2157,7 @@
* CLicqConsole::Input_Line
*-------------------------------------------------------------------------*/
char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn,
- bool bEcho = true)
+ bool bEcho)
{
// Now check for keys
switch (cIn)

View File

@ -0,0 +1,11 @@
--- src/console.h.orig Mon Nov 4 00:22:38 2002
+++ src/console.h Mon Nov 4 00:22:50 2002
@@ -5,6 +5,8 @@
#include "config.h"
#endif
+using namespace std;
+
#include "licq_icqd.h"
#include "licq_log.h"
#include "window.h"