OSDN Git Service

Remove the types float and complex.
[pf3gnuchains/gcc-fork.git] / gcc / go / go-c.h
index a451517..1c7a3b1 100644 (file)
@@ -41,8 +41,7 @@ extern void go_set_prefix (const char*);
 
 extern void go_add_search_path (const char*);
 
-extern void go_create_gogo (int int_type_size, int float_type_size,
-                           int pointer_size);
+extern void go_create_gogo (int int_type_size, int pointer_size);
 
 extern void go_parse_input_files (const char**, unsigned int,
                                  bool only_check_syntax,