Changes between Initial Version and Version 1 of Ticket #40434, comment 1


Ignore:
Timestamp:
Sep 10, 2013, 3:00:31 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40434, comment 1

    initial v1  
    11Apologies for the worst bug report I have ever submitted ... the problem is that qpopper redefines cline and clang does not allow this. The solution is to add:
    22
    3 @define getline localgetline
     3{{{
     4#define getline localgetline
     5}}}
    46
    57in the popper/popper.c file.