From: K.Kosako Date: Mon, 27 Aug 2018 04:10:37 +0000 (+0900) Subject: update year number X-Git-Tag: v6.9.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7361c72c9b788b76e3ca3e862831b689f7b2b253;p=onig update year number --- diff --git a/src/unicode.c b/src/unicode.c index 106fd20..63bc65c 100644 --- a/src/unicode.c +++ b/src/unicode.c @@ -2,7 +2,7 @@ unicode.c - Oniguruma (regular expression library) **********************************************************************/ /*- - * Copyright (c) 2002-2017 K.Kosako + * Copyright (c) 2002-2018 K.Kosako * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -524,6 +524,7 @@ enum EGCB_TYPE { EGCB_SpacingMark = 7, EGCB_ZWJ = 8, #if 0 + /* obsoleted */ EGCB_E_Base = 9, EGCB_E_Base_GAZ = 10, EGCB_E_Modifier = 11,