aboutsummaryrefslogtreecommitdiff
path: root/gas/config/atof-ns32k.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/atof-ns32k.c')
-rw-r--r--gas/config/atof-ns32k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/atof-ns32k.c b/gas/config/atof-ns32k.c
index 6091b74..9fde9cb 100644
--- a/gas/config/atof-ns32k.c
+++ b/gas/config/atof-ns32k.c
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern FLONUM_TYPE generic_floating_point_number; /* Flonums returned here. */
-extern char EXP_CHARS[];
+extern const char EXP_CHARS[];
/* Precision in LittleNums. */
#define MAX_PRECISION (4)
#define F_PRECISION (2)