From 976aa0cb77ea46a40f478b4f2c2c086d695f1ac0 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sun, 30 Dec 2001 08:48:41 +0000 Subject: [PATCH] +- doh, missing a ! in m_tkl.c that allows us to do bad things(TM) +- Fix for nested comments, found by lnxgk +- C++ comment fix, lnxgk again. --- Changes | 4 +++- include/common.h | 3 --- include/config.h | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index f11eec9eb..27e7b46f1 100644 --- a/Changes +++ b/Changes @@ -1053,4 +1053,6 @@ seen. gmtime warning still there - Added mutex.c for our mutexes - Fixed makenet so techadmin-host is gone - Removed set::hosts::techadmin from all network files -- doh, missing a ! in m_tkl.c that allows us to gline *@* +- doh, missing a ! in m_tkl.c that allows us to do bad things(TM) +- Fix for nested comments, found by lnxgk +- C++ comment fix, lnxgk again. diff --git a/include/common.h b/include/common.h index 55350b643..e39a62b1f 100644 --- a/include/common.h +++ b/include/common.h @@ -29,7 +29,6 @@ #include #include #include -//#include "struct.h" #endif #include "dynconf.h" #include "ircsprintf.h" @@ -293,11 +292,9 @@ extern struct SLink *find_user_link( /* struct SLink *, struct Client * */ ); */ extern int DisplayString(HWND hWnd, char *InBuf, ...); #undef strerror -// winlocal #else typedef int SOCKET; #define INVALID_SOCKET -1 -// winlocal #endif #if defined(__FreeBSD__) || defined(__APPLE__) diff --git a/include/config.h b/include/config.h index cedcbffcf..ddb4f3c08 100644 --- a/include/config.h +++ b/include/config.h @@ -155,6 +155,7 @@ * Reject bans that are matched by existing bans, causes chanserv * To flood-kick an akicked user if their akick is matched by another * Ban, but if you don't mind, this can free up ban list space I guess + */ #undef NAZIISH_CHBAN_HANDLING /*