=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/chars.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/mandoc/Attic/chars.h 2010/03/02 00:38:59 1.2 --- src/usr.bin/mandoc/Attic/chars.h 2010/05/14 19:52:43 1.3 *************** *** 1,4 **** ! /* $Id: chars.h,v 1.2 2010/03/02 00:38:59 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: chars.h,v 1.3 2010/05/14 19:52:43 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 17,23 **** #ifndef CHARS_H #define CHARS_H - #define ASCII_EOS 30 /* end of sentence marker */ #define ASCII_NBRSP 31 /* non-breaking space */ __BEGIN_DECLS --- 17,22 ----