mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Rename header guards to not start with double underscore
Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesLabelWidget_h
|
||||
#define __cmCursesLabelWidget_h
|
||||
#ifndef cmCursesLabelWidget_h
|
||||
#define cmCursesLabelWidget_h
|
||||
|
||||
#include "cmCursesWidget.h"
|
||||
#include "cmCursesStandardIncludes.h"
|
||||
@@ -35,4 +35,4 @@ protected:
|
||||
void operator=(const cmCursesLabelWidget&);
|
||||
};
|
||||
|
||||
#endif // __cmCursesLabelWidget_h
|
||||
#endif // cmCursesLabelWidget_h
|
||||
|
||||
Reference in New Issue
Block a user