develooper Front page | perl.vmsperl | Postings from May 2002

[PATCH: perl@16539++] fix a small comment nit in vms/vms.c

Thread Next
From:
PPrymmer
Date:
May 13, 2002 08:38
Subject:
[PATCH: perl@16539++] fix a small comment nit in vms/vms.c
Message ID:
OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11
Greetings,

In running splint across portions of the perl source
I came across what was mistaken for an attempt
to next /* comments */.  This diff, taken against
recent kits fixes the "problem":


--- vms/vms.c.orig      Tue May  7 15:37:26 2002
+++ vms/vms.c     Tue May  7 15:40:52 2002
@@ -788,7 +788,7 @@
 }
 /*}}}*/

-/*{{{static void vmssetuserlnm(char *name, char *eqv);
+/*{{{static void vmssetuserlnm(char *name, char *eqv); */
 /*  vmssetuserlnm
  *  sets a user-mode logical in the process logical name table
  *  used for redirection of sys$error
End of Patch.

Peter Prymmer



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About