Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from src/lcurl.c:12:0:
- src/lceasy.h:57:25: error: expected ';', identifier or '(' before 'struct'
- #define lcurl_url_t struct lcurl_url_tag
- ^
- src/lcurlapi.h:26:2: note: in expansion of macro 'lcurl_url_t'
- }lcurl_url_t;
- ^
- In file included from src/lceasy.c:12:0:
- src/lceasy.h:57:25: error: expected ';', identifier or '(' before 'struct'
- #define lcurl_url_t struct lcurl_url_tag
- ^
- src/lcurlapi.h:26:2: note: in expansion of macro 'lcurl_url_t'
- }lcurl_url_t;
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement