From: Jarkko Hietaniemi Date: Mon, 22 Apr 2002 12:58:04 +0000 (+0000) Subject: No semicolons after blocks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e9a885a0a26582251814fe48bbfe14925f11c41;hp=c657f685c53918111e4337d25ae47c6bb247e1d5;p=p5sagit%2Fp5-mst-13.2.git No semicolons after blocks. p4raw-id: //depot/perl@16072 --- diff --git a/ext/Encode/Encode.xs b/ext/Encode/Encode.xs index 929e66c..886fb89 100644 --- a/ext/Encode/Encode.xs +++ b/ext/Encode/Encode.xs @@ -23,8 +23,8 @@ return (y)0; /* fool picky compilers */ \ } /**/ -UNIMPLEMENTED(_encoded_utf8_to_bytes, I32); -UNIMPLEMENTED(_encoded_bytes_to_utf8, I32); +UNIMPLEMENTED(_encoded_utf8_to_bytes, I32) +UNIMPLEMENTED(_encoded_bytes_to_utf8, I32) void Encode_XSEncoding(pTHX_ encode_t * enc)