mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
IRCClient: Unbreak building with extra debug macros
This commit is contained in:
parent
184b454e2f
commit
bc1dc2b688
Notes:
sideshowbarker
2024-07-19 03:02:39 +09:00
Author: https://github.com/BenWiederhake
Commit: bc1dc2b688
Pull-request: https://github.com/SerenityOS/serenity/pull/3314
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