Opened 15 years ago
Closed 15 years ago
#7 closed defect (fixed)
Do not require C99
Reported by: | sneves | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | reviewed | Cc: | |
Launchpad Bug: |
Description
Certain functions (_hexwrite and test_from_agl) in _fecmodule.c have declarations incompatible with C89-only compilers, namely MSVC6-9 (maybe 10 as well).
Changing such declarations makes compilation possible using MSVC in Windows (tested on amd64 Windows/MSVC, should work fine on x86).
Attachments (1)
Change History (4)
Changed 15 years ago by sneves
comment:1 Changed 15 years ago by davidsarah
- Keywords reviewed added
comment:2 Changed 15 years ago by zooko
applied in [20100524070036-92b7f-201482cfa344b7a57abc07220d62a442017e38d1]. thanks!
comment:3 Changed 15 years ago by davidsarah
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Change the tab to spaces on new line 559. Apart from that, looks good.