summaryrefslogtreecommitdiff
path: root/gas/listing.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-24 17:52:33 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-24 17:52:33 +0000
commit65ff60de7d27feceb120205784d2f4e0762f9c75 (patch)
tree73de8611bc52e6a15e3f6f449a4a3486c3a657ac /gas/listing.h
parent90bf68da4a5f1032ea04bfe5bfccb874ae897825 (diff)
downloadbinutils-redhat-65ff60de7d27feceb120205784d2f4e0762f9c75.tar.gz
* listing.c: Convert to ISO-C.
* listing.h: Likewise. * macro.c: Likewise. * macro.h: Likewise.
Diffstat (limited to 'gas/listing.h')
-rw-r--r--gas/listing.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/gas/listing.h b/gas/listing.h
index 3301735eb0..424b6642d0 100644
--- a/gas/listing.h
+++ b/gas/listing.h
@@ -41,21 +41,21 @@
#define LISTING_SKIP_COND() ((listing & LISTING_NOCOND) != 0)
-void listing_eject PARAMS ((int));
-void listing_error PARAMS ((const char *message));
-void listing_file PARAMS ((const char *name));
-void listing_flags PARAMS ((int));
-void listing_list PARAMS ((int on));
-void listing_newline PARAMS ((char *ps));
-void listing_prev_line PARAMS ((void));
-void listing_print PARAMS ((char *name));
-void listing_psize PARAMS ((int));
-void listing_nopage PARAMS ((int));
-void listing_source_file PARAMS ((const char *));
-void listing_source_line PARAMS ((unsigned int));
-void listing_title PARAMS ((int depth));
-void listing_warning PARAMS ((const char *message));
-void listing_width PARAMS ((unsigned int x));
+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);
+void listing_print (char *name);
+void listing_psize (int);
+void listing_nopage (int);
+void listing_source_file (const char *);
+void listing_source_line (unsigned int);
+void listing_title (int depth);
+void listing_warning (const char *message);
+void listing_width (unsigned int x);
extern int listing_lhs_width;
extern int listing_lhs_width_second;