From bc0d738a8d2b7b30633151b61111cdc144bd4368 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 7 Jul 2000 16:58:25 +0000 Subject: Fix comments. --- gas/config/tc-h8300.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gas/config/tc-h8300.c') diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 399cd0e..161337c 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -19,10 +19,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - Written By Steve Chamberlain - sac@cygnus.com - */ +/* Written By Steve Chamberlain . */ #include #include "as.h" @@ -194,7 +191,8 @@ struct h8_op ccr */ -/* Try and parse a reg name, returns number of chars consumed. */ +/* Try to parse a reg name. Return the number of chars consumed. */ + static int parse_reg (src, mode, reg, direction) char *src; @@ -1329,8 +1327,9 @@ tc_headers_hook (headers) /* Turn a string in input_line_pointer into a floating point constant of type TYPE, and store the appropriate bytes in *LITP. The number - of LITTLENUMS emitted is stored in *SIZEP . An error message is + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; -- cgit v1.1