From 7361c72c9b788b76e3ca3e862831b689f7b2b253 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Mon, 27 Aug 2018 13:10:37 +0900 Subject: [PATCH] update year number --- src/unicode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.40.0