From c2069bb2e371ac854fc2ac484406b28c998c4175 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 26 Oct 2009 23:57:43 +0000 Subject: PR gas/10850 * listing.c (listing_flags): Delete. * listing.h: Likewise. * read.c (potable ): Call s_ignore. --- gas/listing.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gas/listing.h') diff --git a/gas/listing.h b/gas/listing.h index 6b6e9ce2fc5..79afdac6b60 100644 --- a/gas/listing.h +++ b/gas/listing.h @@ -1,6 +1,6 @@ /* This file is listing.h Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1997, 1998, - 2003, 2005, 2007, 2008 Free Software Foundation, Inc. + 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -45,7 +45,6 @@ void listing_eject (int); void listing_error (const char *message); void listing_file (const char *name); -void listing_flags (int); void listing_list (int on); void listing_newline (char *ps); void listing_prev_line (void); -- cgit v1.2.1