We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b845832 commit 1dd8f4dCopy full SHA for 1dd8f4d
src/macros.h
@@ -1,6 +1,8 @@
1
-#ifndef MACROS_H_INCLUDED
2
-#define MACROS_H_INCLUDED
+#ifndef SRC_MACROS_H_INCLUDED
+#define SRC_MACROS_H_INCLUDED
3
4
#define DEVELOPMENT_TEAM "SQUASH"
5
6
-#endif // MACROS_H_INCLUDED
+#define TEAM_NAME_LENGTH 32
7
+
8
+#endif // SRC_MACROS_H_INCLUDED
0 commit comments