From: Tony Cook Date: Fri, 7 Aug 2015 04:20:36 +0000 (+1000) Subject: remove the byte-order-mark introduced to sv.c by 5488d373 X-Git-Tag: v5.23.2~46 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/5356d32ec564e8c2e19758f66dbcbbc38327aa75 remove the byte-order-mark introduced to sv.c by 5488d373 This causes the build to fail on NetBSD --- diff --git a/sv.c b/sv.c index dff55c9..79d2719 100644 --- a/sv.c +++ b/sv.c @@ -1,4 +1,4 @@ -/* sv.c +/* sv.c * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall