From b744fc85f549534bcbc36dedcc1659c02e16c617 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 6 May 2019 11:34:47 +0000 Subject: [libcpp] struct deps renaming https://gcc.gnu.org/ml/gcc-patches/2019-05/msg00199.html libcpp/ * include/mkdeps.h: Rename struct deps to struct mkdeps. * mkdeps.c: Likewise. * include/cpplib.h (cpp_get_deps): Rename return type.. * directives.c (cpp_get_deps): Likewise. * internal.h (struct cpp_reader): Rename deps field type. gcc/c-family/ * c-opts.c (handle_defered_opts): Rename struct deps to struc mkdeps. From-SVN: r270905 --- libcpp/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/internal.h') diff --git a/libcpp/internal.h b/libcpp/internal.h index 77a2a3b..5b9c389 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -512,7 +512,7 @@ struct cpp_reader cpp_token eof; /* Opaque handle to the dependencies of mkdeps.c. */ - struct deps *deps; + struct mkdeps *deps; /* Obstack holding all macro hash nodes. This never shrinks. See identifiers.c */ -- cgit v1.1