mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Temporarily? remove the old gcc3.3 fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5745 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
004217daed
commit
16f3e8e0bc
@ -438,13 +438,14 @@ class ServerConfig : public Extensible
|
||||
*/
|
||||
bool CycleHosts;
|
||||
|
||||
|
||||
/*
|
||||
#if __GNUC__ == 3 && __GNUC_MINOR__ == 3
|
||||
/** if we're being compiled with GCC 3.3 add
|
||||
** if we're being compiled with GCC 3.3 add
|
||||
* dummy opertype on heap to fix GCC 3.3 crash
|
||||
*/
|
||||
*
|
||||
opertype_t dummyopertype;
|
||||
#endif
|
||||
*/
|
||||
|
||||
/** All oper type definitions from the config file
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user