Commit 82c4939
committed
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.1 parent d153d61 commit 82c4939
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments