aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/gofrontend/export.h')
-rw-r--r--gcc/go/gofrontend/export.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/go/gofrontend/export.h b/gcc/go/gofrontend/export.h
index 0526e9a..92baa72 100644
--- a/gcc/go/gofrontend/export.h
+++ b/gcc/go/gofrontend/export.h
@@ -7,6 +7,7 @@
#ifndef GO_EXPORT_H
#define GO_EXPORT_H
+#include "escape.h"
#include "string-dump.h"
struct sha1_ctx;
@@ -161,6 +162,10 @@ class Export : public String_dump
void
write_type(const Type*);
+ // Write out escape information.
+ void
+ write_escape(const Node::Escapement_lattice& e);
+
private:
Export(const Export&);
Export& operator=(const Export&);