From 52ed8c4edd880e9b9482748e9692b1e22917bf92 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 3 Jan 2008 15:55:04 +0000 Subject: * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_9.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'enc/iso_8859_9.c') diff --git a/enc/iso_8859_9.c b/enc/iso_8859_9.c index 1921c591ba..51ce4c8f66 100644 --- a/enc/iso_8859_9.c +++ b/enc/iso_8859_9.c @@ -2,7 +2,7 @@ iso8859_9.c - Oniguruma (regular expression library) **********************************************************************/ /*- - * Copyright (c) 2002-2006 K.Kosako + * Copyright (c) 2002-2007 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -124,8 +124,7 @@ iso_8859_9_mbc_case_fold(OnigCaseFoldType flag, #if 0 static int -iso_8859_9_is_mbc_ambiguous(OnigCaseFoldType flag, - const UChar** pp, const UChar* end) +is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end) { int v; const UChar* p = *pp; -- cgit v1.2.3