Fix some longstanding build problems with !WANT_CDCC.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@380 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-10-06 13:20:46 +00:00
parent 742887059d
commit 8c618b82fc

View File

@@ -1936,7 +1936,7 @@ int BX_get_num_queue(void)
/* this is required for functions.c to compile properly */ /* this is required for functions.c to compile properly */
BUILD_IN_FUNCTION(function_cdcc) BUILT_IN_FUNCTION(function_cdcc)
{ {
return m_strdup(empty_string); return m_strdup(empty_string);
} }
@@ -1946,7 +1946,7 @@ BUILT_IN_FUNCTION(function_sendcdcc)
return m_strdup(empty_string); return m_strdup(empty_string);
} }
int get_num_queue(void) int BX_get_num_queue(void)
{ {
return 0; return 0;
} }