patchSCM Scheme Implementation - Patches: patch #6921, The second arg to frexp(3) is a...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #6921: The second arg to frexp(3) is a pointer to int

Submitter:  Wim Lewis <wiml>
Submitted:  Fri 18 Sep 2009 12:28:18 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Fri 18 Sep 2009 12:28:18 AM UTC, original submission:  

As best I can tell without buying a copy of the C99 standard, the second argument to frexp(3) is always a pointer to int. Int is not necessarily the same size as size_t (or whatever scm defines 'sizet' to), which would cause scm_bigdblcomp to fail on some machines. The attached patch fixes this.

Wim Lewis <wiml>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #18731:  scm-frexp.patch added by wiml (320B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wiml (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-18 wiml Attached File- Added scm-frexp.patch, #18731

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code