OSDN Git Service

* config/rs6000/rs6000.c (processor_target_table): Add MASK_MFCRF
[pf3gnuchains/gcc-fork.git] / gcc / gengtype.h
index 3a3157e..55ece11 100644 (file)
@@ -1,5 +1,5 @@
 /* Process source files and output type information.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -130,6 +130,7 @@ extern type_p find_structure (const char *s, int isunion);
 extern type_p create_scalar_type (const char *name, size_t name_len);
 extern type_p create_pointer (type_p t);
 extern type_p create_array (type_p t, const char *len);
+extern options_p create_option (const char *name, void *info);
 extern type_p adjust_field_type (type_p, options_p);
 extern void note_variable (const char *s, type_p t, options_p o,
                           struct fileloc *pos);
@@ -156,10 +157,6 @@ struct outf
 
 typedef struct outf * outf_p;
 
-/* The output header file that is included into pretty much every
-   source file.  */
-extern outf_p header_file;
-
 /* An output file, suitable for definitions, that can see declarations
    made in INPUT_FILE and is linked into every language that uses
    INPUT_FILE.  */