]> Git Repo - binutils.git/blobdiff - gdb/cp-support.h
Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
[binutils.git] / gdb / cp-support.h
index 9054bf678c837d3c2ceeed0c078bf951f46febc1..37b281fa54af555a9b34acc04803a33800e96473 100644 (file)
@@ -46,6 +46,14 @@ struct using_direct;
 
 #define CP_ANONYMOUS_NAMESPACE_LEN 21
 
+/* A string representing the start of an operator name.  */
+
+#define CP_OPERATOR_STR "operator"
+
+/* The length of CP_OPERATOR_STR.  */
+
+#define CP_OPERATOR_LEN 8
+
 /* The result of parsing a name.  */
 
 struct demangle_parse_info
This page took 0.024248 seconds and 4 git commands to generate.