From eb80a2119b5abfdccbef6b6df64f94d5f21aadf3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 12 Jun 2023 19:10:52 -0700 Subject: [PATCH] COMMON: Fix string method comments in forbidden.h --- common/forbidden.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/forbidden.h b/common/forbidden.h index 203733dfeca..21fc6453082 100644 --- a/common/forbidden.h +++ b/common/forbidden.h @@ -551,31 +551,31 @@ #define sprintf(a,b,...) FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* #endif -// Use Common:scumm_stricmp in common/str.h +// Use scumm_stricmp in common/str.h #ifndef FORBIDDEN_SYMBOL_EXCEPTION_stricmp #undef stricmp #define stricmp(a,b) FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* #endif -// Use Common:scumm_strnicmp in common/str.h +// Use scumm_strnicmp in common/str.h #ifndef FORBIDDEN_SYMBOL_EXCEPTION_strnicmp #undef strnicmp #define strnicmp(a,b,c) FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* #endif -// Use Common:scumm_stricmp in common/str.h +// Use scumm_stricmp in common/str.h #ifndef FORBIDDEN_SYMBOL_EXCEPTION_strcasecmp #undef strcasecmp #define strcasecmp(a,b) FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* #endif -// Use Common:scumm_strnicmp in common/str.h +// Use scumm_strnicmp in common/str.h #ifndef FORBIDDEN_SYMBOL_EXCEPTION_strncasecmp #undef strncasecmp #define strncasecmp(a,b,c) FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* #endif -// Use Common::scumm_strdup in common/str.h +// Use scumm_strdup in common/str.h #ifndef FORBIDDEN_SYMBOL_EXCEPTION_strdup #undef strdup #define strdup(a) FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%*