mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
93 stars 70 forks source link

jer: Remove implicit variables in ASN_DEBUGs #169

Closed v0-e closed 7 months ago

v0-e commented 7 months ago

Removes nonexistent variables hidden in ASN_DEBUG macros.

mouse07410 commented 7 months ago

Hmm, I'm not sure. Perhaps, a better path would be finding a way to print those currently-hidden values? I disgust they could be quite useful in debugging.

v0-e commented 7 months ago

Indeed, that is a better option. I've replaced the offending variables.