kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

__BEGIN_DECLS and __END_DECLS rework #517

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
__BEGIN_DECLS and __END_DECLS should be moved from command line compiler flags 
to elsewhere, possibilities are: dedicated include file, total removal 
resulting in usual #ifdef __cplusplus

Original issue reported on code.google.com by fsul...@gmail.com on 26 Dec 2012 at 1:08

GoogleCodeExporter commented 9 years ago
And probably also -D"__impl_x(path)=<../path>".

Original comment by fsul...@gmail.com on 10 Jan 2013 at 1:44

GoogleCodeExporter commented 9 years ago
This issue have been fixed?

Original comment by Anton.Bo...@gmail.com on 30 Mar 2013 at 11:50

GoogleCodeExporter commented 9 years ago
Grepping still shows some occurrences of __impl_x and it is still on command 
line.
Can it be considered "fixed"?
Probably it is important for posix and Clibrary headers, existent external 
libraries now compile, but how can I say for sure in this situation?

Original comment by fsul...@gmail.com on 1 Apr 2013 at 10:29