diff src/lread.c @ 1995:4e6a63799f08

[xemacs-hg @ 2004-04-07 03:48:58 by james] Fix various ICC warnings and compilation errors.
author james
date Wed, 07 Apr 2004 03:49:00 +0000
parents 9c872f33ecbe
children a9cdbfb4716e
line wrap: on
line diff
--- a/src/lread.c	Wed Apr 07 02:44:08 2004 +0000
+++ b/src/lread.c	Wed Apr 07 03:49:00 2004 +0000
@@ -1930,7 +1930,7 @@
  overflow:
 #ifdef HAVE_BIGNUM
   {
-    bignum_set_string (scratch_bignum, buf, 0);
+    bignum_set_string (scratch_bignum, (const char *) buf, 0);
     return make_bignum_bg (scratch_bignum);
   }
 #else