Split size in regset section iterators
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index e961826407e63c03c1d5fa5015ae8d04e7fd6f88..b7bf08992b9ddc7251426743ab24943e2192c76f 100644 (file)
@@ -158,7 +158,7 @@ extern int c_textual_element_type (struct type *, char);
    exception on failure.  This is suitable for use as the
    la_get_compile_instance language method.  */
 
-extern struct compile_instance *c_get_compile_context (void);
+extern compile_instance *c_get_compile_context (void);
 
 /* This takes the user-supplied text and returns a new bit of code to
    compile.
@@ -166,7 +166,7 @@ extern struct compile_instance *c_get_compile_context (void);
    This is used as the la_compute_program language method; see that
    for a description of the arguments.  */
 
-extern std::string c_compute_program (struct compile_instance *inst,
+extern std::string c_compute_program (compile_instance *inst,
                                      const char *input,
                                      struct gdbarch *gdbarch,
                                      const struct block *expr_block,
This page took 0.02525 seconds and 4 git commands to generate.