]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/dwarf2out.h
dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*.
[gcc.git] / gcc / dwarf2out.h
index 4b975b61eda013edcd15d37bfd7b882dcc666abe..7496f9dcdf2db6ce800ec06870539125d637c82b 100644 (file)
@@ -18,8 +18,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-extern void dwarf2out_init             PARAMS ((FILE *asm_out_file, 
-                                                char *main_input_filename));
+extern void dwarf2out_init             PARAMS ((FILE *, const char *));
 extern void dwarf2out_finish           PARAMS ((void));
 
 extern void dwarf2out_define           PARAMS ((unsigned, const char *));
This page took 0.025388 seconds and 5 git commands to generate.