Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1994:cb7f3be19e9f | 1995:4e6a63799f08 |
---|---|
1928 return result; | 1928 return result; |
1929 } | 1929 } |
1930 overflow: | 1930 overflow: |
1931 #ifdef HAVE_BIGNUM | 1931 #ifdef HAVE_BIGNUM |
1932 { | 1932 { |
1933 bignum_set_string (scratch_bignum, buf, 0); | 1933 bignum_set_string (scratch_bignum, (const char *) buf, 0); |
1934 return make_bignum_bg (scratch_bignum); | 1934 return make_bignum_bg (scratch_bignum); |
1935 } | 1935 } |
1936 #else | 1936 #else |
1937 return Fsignal (Qinvalid_read_syntax, | 1937 return Fsignal (Qinvalid_read_syntax, |
1938 list3 (build_msg_string | 1938 list3 (build_msg_string |