aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-09-22 09:23:31 +0000
committerNick Clifton <nickc@redhat.com>2001-09-22 09:23:31 +0000
commita80076a17190fc7782376aefd552a2454dc10222 (patch)
treeb2fbc04af8fe8d61e93a7f1ab72212a20f1e8e9b /gas/as.c
parent0c35f01ab36dfcbe8f82252db9e08ed51ff9df3f (diff)
downloadgdb-a80076a17190fc7782376aefd552a2454dc10222.zip
gdb-a80076a17190fc7782376aefd552a2454dc10222.tar.gz
gdb-a80076a17190fc7782376aefd552a2454dc10222.tar.bz2
Fix compile time warnings
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/as.c b/gas/as.c
index 2ce2fb9..6eaea89 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -766,6 +766,8 @@ the GNU General Public License. This program has absolutely no warranty.\n"));
static long start_time;
+int main PARAMS ((int, char **));
+
int
main (argc, argv)
int argc;