diff options
Diffstat (limited to 'gas/config/tc-tilepro.c')
-rw-r--r-- | gas/config/tc-tilepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tilepro.c b/gas/config/tc-tilepro.c index 1f5890dfa2f..a11b05f0ca6 100644 --- a/gas/config/tc-tilepro.c +++ b/gas/config/tc-tilepro.c @@ -1205,7 +1205,7 @@ const pseudo_typeS md_pseudo_table[] = LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ -char * +const char * md_atof (int type, char *litP, int *sizeP) { int prec; |