=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.281 retrieving revision 1.282 diff -u -p -r1.281 -r1.282 --- mandoc/mandoc.h 2022/08/16 17:30:11 1.281 +++ mandoc/mandoc.h 2023/10/21 17:10:17 1.282 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.281 2022/08/16 17:30:11 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.282 2023/10/21 17:10:17 schwarze Exp $ */ /* * Copyright (c) 2012-2022 Ingo Schwarze * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons @@ -23,7 +23,6 @@ #define ASCII_NBRZW 30 /* non-breaking zero-width space */ #define ASCII_BREAK 29 /* breakable zero-width space */ #define ASCII_HYPH 28 /* breakable hyphen */ -#define ASCII_ESC 27 /* escape sequence from copy-in processing */ #define ASCII_TABREF 26 /* reset tab reference position */ /*