dotdotpan / exceptions4c

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

Allow changing E4C_EXCEPTION_MESSAGE_SIZE #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This value is currently hardcoded in e4c.h, but it's easy to make this change 
to make it friendlier to compilers

# ifndef E4C_EXCEPTION_MESSAGE_SIZE
# define E4C_EXCEPTION_MESSAGE_SIZE 128
# endif

With that, you could do something like: gcc -DE4C_EXCEPTION_MESSAGE_SIZE=1024

Original issue reported on code.google.com by tal.liron on 16 Mar 2014 at 6:44

GoogleCodeExporter commented 9 years ago
Good idea :)

Original comment by guillermocalvo on 16 Mar 2014 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by guillermocalvo on 16 Mar 2014 at 6:58