Advertisement
svenhoefer

Untitled

Feb 27th, 2019
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. In file included from src/lcurl.c:12:0:
  2. src/lceasy.h:57:25: error: expected ';', identifier or '(' before 'struct'
  3. #define lcurl_url_t struct lcurl_url_tag
  4. ^
  5. src/lcurlapi.h:26:2: note: in expansion of macro 'lcurl_url_t'
  6. }lcurl_url_t;
  7. ^
  8. In file included from src/lceasy.c:12:0:
  9. src/lceasy.h:57:25: error: expected ';', identifier or '(' before 'struct'
  10. #define lcurl_url_t struct lcurl_url_tag
  11. ^
  12. src/lcurlapi.h:26:2: note: in expansion of macro 'lcurl_url_t'
  13. }lcurl_url_t;
  14. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement