]> gcc.gnu.org Git - gcc.git/blobdiff - libcpp/include/cpplib.h
Implement C++20 operator<=>.
[gcc.git] / libcpp / include / cpplib.h
index c655d3ffc903f4270edc6a613a00b3f5af7e2b47..ed108f17bfa122fa951199f90fd2d665ec056cc4 100644 (file)
@@ -78,6 +78,7 @@ struct _cpp_file;
   OP(NOT_EQ,           "!=")                                           \
   OP(GREATER_EQ,       ">=")                                           \
   OP(LESS_EQ,          "<=")                                           \
+  OP(SPACESHIP,                "<=>")                                          \
                                                                        \
   /* These two are unary + / - in preprocessor expressions.  */                \
   OP(PLUS_EQ,          "+=")   /* math */                              \
This page took 0.029919 seconds and 5 git commands to generate.