aboutsummaryrefslogtreecommitdiff
path: root/libcpp/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/internal.h')
-rw-r--r--libcpp/internal.h2
1 files changed, 1 insertions, 1 deletions
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 */