Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 82c49390396382408fdafe8b813efdc28eb1ccdc
      
https://github.com/Perl/perl5/commit/82c49390396382408fdafe8b813efdc28eb1ccdc
  Author: Craig A. Berry <craigbe...@mac.com>
  Date:   2024-10-06 (Sun, 06 Oct 2024)

  Changed paths:
    M perlvars.h

  Log Message:
  -----------
  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.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to