Ticket #71 (closed defect: fixed)
Compatibility functions cleanup
| Reported by: | pseudo | Owned by: | pseudo |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.8.0 |
| Component: | Core | Version: | 1.8.0 CVS |
| Keywords: | Cc: |
Description
It's 2011. Some of the code in src/compat is both out of date and unnecessary. We should remove functions like memset() and memcpy() specified in C89.
Change History
Note: See
TracTickets for help on using
tickets.

I just removed these functions and added a configure error when they are not available.