aboutsummaryrefslogtreecommitdiff
path: root/gcc/read-md.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/read-md.h')
-rw-r--r--gcc/read-md.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/read-md.h b/gcc/read-md.h
index 327f378..9cb7569 100644
--- a/gcc/read-md.h
+++ b/gcc/read-md.h
@@ -23,7 +23,8 @@ along with GCC; see the file COPYING3. If not see
#include "obstack.h"
/* Records a position in the file. */
-struct file_location {
+class file_location {
+public:
file_location () {}
file_location (const char *, int, int);