mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024975: Improve of preprocessor directives in header files to be equal to the file name
Preprocessor directives were changed or created by function "check_headers" from script adm/upgrade.tcl (CR24816)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef IGESData_Dump_HeaderFile
|
||||
#define IGESData_Dump_HeaderFile
|
||||
|
||||
// --------------------------
|
||||
// IGESData_Dump.hxx
|
||||
// --------------------------
|
||||
@@ -307,3 +310,5 @@ if (str.IsNull()) S << "(undefined)";\
|
||||
}\
|
||||
}\
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user