Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perlvars.h: remove extraneous semicolon
None of the other PERLVARI declarations adds an extra semicolon, so don't put one on the new shutdownhook either. Removing it prevents the following compiler message on VMS: PERLVARI(G, shutdownhook, shutdown_proc_t, &Perl_noshutdownhook); ................................................................^ %CC-I-EXTRASEMI, Extraneous semicolon. at line number 387 in file DKA0:[CRAIG.blead]perlvars.h;1 The message doesn't cause compile failures in and of itself, but it pollutes the output of probes in some extensions and causes capability detection to go off the rails in, for example, Time::HiRes.
- Loading branch information