summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/c-ada-spec.h')
-rw-r--r--gcc/c-family/c-ada-spec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-family/c-ada-spec.h b/gcc/c-family/c-ada-spec.h
index 08d268573c7..8eed0e27b17 100644
--- a/gcc/c-family/c-ada-spec.h
+++ b/gcc/c-family/c-ada-spec.h
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see
/* In c-ada-spec.c */
-typedef enum {
+enum cpp_operation {
HAS_DEPENDENT_TEMPLATE_ARGS,
IS_ABSTRACT,
IS_CONSTRUCTOR,
@@ -33,7 +33,7 @@ typedef enum {
IS_MOVE_CONSTRUCTOR,
IS_TEMPLATE,
IS_TRIVIAL
-} cpp_operation;
+};
extern location_t decl_sloc (const_tree, bool);
extern void collect_ada_nodes (tree, const char *);