diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-22 09:23:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-22 09:23:31 +0000 |
commit | a80076a17190fc7782376aefd552a2454dc10222 (patch) | |
tree | b2fbc04af8fe8d61e93a7f1ab72212a20f1e8e9b /gas/as.c | |
parent | 0c35f01ab36dfcbe8f82252db9e08ed51ff9df3f (diff) | |
download | gdb-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |