aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcc1/libcp1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc
index 6fb9fb4..65e9770 100644
--- a/libcc1/libcp1.cc
+++ b/libcc1/libcp1.cc
@@ -391,7 +391,7 @@ libcp1_destroy (struct gcc_base_context *s)
static const struct gcc_base_vtable vtable =
{
- GCC_FE_VERSION_0,
+ GCC_FE_VERSION_1,
libcp1_set_arguments_v0,
libcp1_set_source_file,
libcp1_set_print_callback,