Deleted Added
full compact
toplev.h (169690) toplev.h (260014)
1/* toplev.h - Various declarations for functions found in toplev.c
2 Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
3 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 65 unchanged lines hidden (view full) ---

74extern void finish_optimization_passes (void);
75extern bool enable_rtl_dump_file (int);
76
77extern void announce_function (tree);
78
79extern void error_for_asm (rtx, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
80extern void warning_for_asm (rtx, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
81extern void warn_deprecated_use (tree);
1/* toplev.h - Various declarations for functions found in toplev.c
2 Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
3 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 65 unchanged lines hidden (view full) ---

74extern void finish_optimization_passes (void);
75extern bool enable_rtl_dump_file (int);
76
77extern void announce_function (tree);
78
79extern void error_for_asm (rtx, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
80extern void warning_for_asm (rtx, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
81extern void warn_deprecated_use (tree);
82/* APPLE LOCAL "unavailable" attribute (radar 2809697) */
83extern void error_unavailable_use (tree);
82
83#ifdef BUFSIZ
84extern void output_quoted_string (FILE *, const char *);
85extern void output_file_directive (FILE *, const char *);
86#endif
87
88#ifdef BUFSIZ
89 /* N.B. Unlike all the others, fnotice is just gettext+fprintf, and

--- 103 unchanged lines hidden ---
84
85#ifdef BUFSIZ
86extern void output_quoted_string (FILE *, const char *);
87extern void output_file_directive (FILE *, const char *);
88#endif
89
90#ifdef BUFSIZ
91 /* N.B. Unlike all the others, fnotice is just gettext+fprintf, and

--- 103 unchanged lines hidden ---