From 6aa053ae000b372ebd524d7c530bc18169f2cdc5 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Mon, 22 May 2023 12:53:10 +0100 Subject: [PATCH] 0033391: Coding - Clearing old definition way for strcasecmp Removed artifacts for strcasecmp definitions --- src/BRepTest/BRepTest_FeatureCommands.cxx | 1 - src/BRepTest/BRepTest_SurfaceCommands.cxx | 4 ---- src/BRepTools/BRepTools_ShapeSet.cxx | 10 ---------- src/GeometryTest/GeometryTest_SurfaceCommands.cxx | 1 - src/GeomliteTest/GeomliteTest_ModificationCommands.cxx | 1 - src/ViewerTest/ViewerTest_FilletCommands.cxx | 1 - 6 files changed, 18 deletions(-) diff --git a/src/BRepTest/BRepTest_FeatureCommands.cxx b/src/BRepTest/BRepTest_FeatureCommands.cxx index 102791e97b..c5e7aaab6c 100644 --- a/src/BRepTest/BRepTest_FeatureCommands.cxx +++ b/src/BRepTest/BRepTest_FeatureCommands.cxx @@ -57,7 +57,6 @@ #include #ifdef _WIN32 -//#define strcasecmp _stricmp Already defined Standard_IMPORT Draw_Viewer dout; #endif diff --git a/src/BRepTest/BRepTest_SurfaceCommands.cxx b/src/BRepTest/BRepTest_SurfaceCommands.cxx index 1ef3fd00da..52cc4f72e1 100644 --- a/src/BRepTest/BRepTest_SurfaceCommands.cxx +++ b/src/BRepTest/BRepTest_SurfaceCommands.cxx @@ -43,10 +43,6 @@ #include #include -#ifdef _WIN32 -//#define strcasecmp strcmp Already defined -#endif - //----------------------------------------------------------------------- // suppressarg : suppress a[d],modifie na-- //----------------------------------------------------------------------- diff --git a/src/BRepTools/BRepTools_ShapeSet.cxx b/src/BRepTools/BRepTools_ShapeSet.cxx index 2251c4d9cb..42fbe98fe2 100644 --- a/src/BRepTools/BRepTools_ShapeSet.cxx +++ b/src/BRepTools/BRepTools_ShapeSet.cxx @@ -14,8 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modified: Portage NT 7-5-97 DPF (strcasecmp) - #include #include #include @@ -45,14 +43,6 @@ #include #include -#ifdef MacOS -#define strcasecmp(p,q) strcmp(p,q) -#elif _WIN32 -#define strcasecmp strcmp -#elif AIX -#include -#endif - // Modified: 02 Nov 2000: BUC60769. JMB, PTV. In order to be able to read BRep // files that came from a platform different from where CasCade // is run, we need the following modifications. diff --git a/src/GeometryTest/GeometryTest_SurfaceCommands.cxx b/src/GeometryTest/GeometryTest_SurfaceCommands.cxx index b2809ce6fd..80431ddd74 100644 --- a/src/GeometryTest/GeometryTest_SurfaceCommands.cxx +++ b/src/GeometryTest/GeometryTest_SurfaceCommands.cxx @@ -48,7 +48,6 @@ #ifdef _MSC_VER #include -//#define strcasecmp strcmp Already defined #endif #ifdef _WIN32 diff --git a/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx b/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx index 0523f1e93d..32d4ac3a76 100644 --- a/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx +++ b/src/GeomliteTest/GeomliteTest_ModificationCommands.cxx @@ -34,7 +34,6 @@ #ifdef _MSC_VER #include -//#define strcasecmp strcmp Already defined #endif diff --git a/src/ViewerTest/ViewerTest_FilletCommands.cxx b/src/ViewerTest/ViewerTest_FilletCommands.cxx index 2590c103c9..03249ddc25 100644 --- a/src/ViewerTest/ViewerTest_FilletCommands.cxx +++ b/src/ViewerTest/ViewerTest_FilletCommands.cxx @@ -34,7 +34,6 @@ #include #ifdef _WIN32 -//#define strcasecmp strcmp Already defined in Standard # include #endif