Changeset 27306 in project
- Timestamp:
- 08/27/12 06:57:40 (9 years ago)
- Location:
- release/4/endian-blob/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/endian-blob/trunk/endian-blob.setup
r26967 r27306 17 17 18 18 ;; Assoc list with properties for your extension: 19 '((version 1. 4)19 '((version 1.5) 20 20 )) -
release/4/endian-blob/trunk/floatformat.c
r16141 r27306 31 31 #endif 32 32 33 #include "ansidecl.h"34 33 #include "floatformat.h" 35 34 … … 60 59 61 60 static int 62 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,63 const void *from ATTRIBUTE_UNUSED)61 floatformat_always_valid (const struct floatformat *fmt, 62 const void *from) 64 63 { 65 64 return 1;
Note: See TracChangeset
for help on using the changeset viewer.