OSDN Git Service

compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
[pf3gnuchains/gcc-fork.git] / gcc / go / go-c.h
index f70f1ad..5e65dea 100644 (file)
@@ -37,6 +37,7 @@ extern "C"
    interface.  */
 
 extern int go_enable_dump (const char*);
+extern int go_enable_optimize (const char*);
 extern void go_set_prefix (const char*);
 
 extern void go_add_search_path (const char*);
@@ -68,6 +69,8 @@ extern void go_imported_unsafe (void);
 
 extern void go_write_export_data (const char *, unsigned int);
 
+extern const char *go_read_export_data (int, off_t, char **, size_t *, int *);
+
 #if defined(__cplusplus) && !defined(ENABLE_BUILD_WITH_CXX)
 } /* End extern "C".  */
 #endif