/[guile]/guile/guile-core/ice-9/format.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/format.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by mvo, Tue Nov 27 22:36:21 2001 UTC revision 1.14 by mvo, Wed May 8 20:00:59 2002 UTC
# Line 1437  Line 1437 
1437    
1438  ; the flonum buffers  ; the flonum buffers
1439    
1440  (define format:fn-max 200)              ; max. number of number digits  (define format:fn-max 400)              ; max. number of number digits
1441  (define format:fn-str (make-string format:fn-max)) ; number buffer  (define format:fn-str (make-string format:fn-max)) ; number buffer
1442  (define format:fn-len 0)                ; digit length of number  (define format:fn-len 0)                ; digit length of number
1443  (define format:fn-dot #f)               ; dot position of number  (define format:fn-dot #f)               ; dot position of number

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26