X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utf8.h;h=e8efd142ea4d2dea512b4ce151de7d013d3c3088;hb=e21c97b9063f1fc4ea77e8bcfbdaddeaa8edc398;hp=c8da31ed910cebd668300571b6a4e4c209a627ee;hpb=663f364bd429de50c8f5478879b1285d1270c1b3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utf8.h b/utf8.h index c8da31e..e8efd14 100644 --- a/utf8.h +++ b/utf8.h @@ -340,3 +340,13 @@ encoded character. #define IS_UTF8_CHAR_FAST(n) ((n) <= 4) #endif /* IS_UTF8_CHAR() for UTF-8 */ + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */