Change tui_source_element::line to have type std::string
[deliverable/binutils-gdb.git] / gdb / opencl-lang.c
index 93d8e2f5dd3381b92fa70da05432c6888f02e960..80d7ec96bc2bbba906f9ae12cf9a7ccc4d59fddf 100644 (file)
@@ -26,6 +26,7 @@
 #include "language.h"
 #include "varobj.h"
 #include "c-lang.h"
+#include "gdbarch.h"
 
 /* This macro generates enum values from a given type.  */
 
@@ -819,7 +820,7 @@ evaluate_subexp_opencl (struct type *expect_type, struct expression *exp,
       else
        {
          /* For scalar operations we need to avoid evaluating operands
-            unecessarily.  However, for vector operations we always need to
+            unnecessarily.  However, for vector operations we always need to
             evaluate both operands.  Unfortunately we only know which of the
             two cases apply after we know the type of the second operand.
             Therefore we evaluate it once using EVAL_AVOID_SIDE_EFFECTS.  */
This page took 0.027582 seconds and 4 git commands to generate.