mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
IRCClient: Unbreak building with extra debug macros
This commit is contained in:
parent
184b454e2f
commit
bc1dc2b688
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@
|
|||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
|
||||
#define IRC_DEBUG
|
||||
#ifndef IRC_DEBUG
|
||||
# define IRC_DEBUG
|
||||
#endif
|
||||
|
||||
enum IRCNumeric {
|
||||
RPL_WELCOME = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue