Changeset 8009


Ignore:
Timestamp:
05/22/12 07:43:06 (13 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/PerlMagick/Magick.xs

    r7577 r8009  
    10361036} 
    10371037 
    1038 static inline double StringToDouble(const char *restrict string, 
    1039   char **restrict sentinal) 
     1038static inline double StringToDouble(const char *string,char **sentinal) 
    10401039{ 
    10411040  return(InterpretLocaleValue(string,sentinal)); 
Note: See TracChangeset for help on using the changeset viewer.