Subject: | XS++ should embed line directive in the resulting C file |
Hello.
It will make it easier to debug if the XS++ processor will add little
line directives:
#line 75 "typemap.map"
and prevent the XS processor from adding its own line directives.
This will give us an error pointing to the real location of the code,
instead of looking on the C file and figuring it ourselves.
Shmuel.