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 PrymmerThread Next