aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/input.h')
-rw-r--r--gcc/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/input.h b/gcc/input.h
index 3c7cf36..3e03820 100644
--- a/gcc/input.h
+++ b/gcc/input.h
@@ -175,8 +175,9 @@ void diagnostics_file_cache_fini (void);
void diagnostics_file_cache_forcibly_evict_file (const char *file_path);
-struct GTY(()) string_concat
+class GTY(()) string_concat
{
+public:
string_concat (int num, location_t *locs);
int m_num;