dotdotpan / exceptions4c

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

Documentation is wrong #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the tutorial as well as other places there is:

  e4c_using_context(e4c_true, e4c_print_exception){

After some rummaging in the code I discovered it should be this:

  e4c_using_context(E4C_TRUE){

Original issue reported on code.google.com by tal.liron on 6 Jan 2014 at 5:28

GoogleCodeExporter commented 9 years ago
You're absolutely right. I modified the documentation on the source files, 
along with the changes to the API, but never got to update the wiki :( Sorry 
about that.

Thanks for pointing it out; I will fix it up as soon as possible.

Original comment by guillermocalvo on 6 Jan 2014 at 8:08

GoogleCodeExporter commented 9 years ago
Thank you for the quick response and the terrific library!

Original comment by tal.liron on 6 Jan 2014 at 8:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r435.

Original comment by guillermocalvo on 6 Jan 2014 at 8:49

GoogleCodeExporter commented 9 years ago
I hope I didn't miss anything this time. In case of doubt, source files 
(`e4c.h` and `e4c.c`) are always up to date. And please do not hesitate to ask 
me anything; I'll be happy to help :)

Original comment by guillermocalvo on 6 Jan 2014 at 8:51