[Scummvm-git-logs] scummvm master -> eb80a2119b5abfdccbef6b6df64f94d5f21aadf3

dreammaster noreply at scummvm.org
Tue Jun 13 02:14:16 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
eb80a2119b COMMON: Fix string method comments in forbidden.h


Commit: eb80a2119b5abfdccbef6b6df64f94d5f21aadf3
    https://github.com/scummvm/scummvm/commit/eb80a2119b5abfdccbef6b6df64f94d5f21aadf3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2023-06-12T19:14:09-07:00

Commit Message:
COMMON: Fix string method comments in forbidden.h

Changed paths:
    common/forbidden.h


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 !%*




More information about the Scummvm-git-logs mailing list