-- Martin Buchholz <martin(a)xemacs.org> spake thusly:
For bonus points: write a program that will find all the places in
the code that a naked return (without RETURN_UNGCPRO) is being called
from within a GCPRO'ed region of code.
Not sure if this is what you want, but I hacked together a quick Perl script which
probably comes close (although it finds a bunch of stuff in comments as well as bits you
actually care about):