Nuke unused macro and comment
[dragonfly.git] / contrib / nvi / common / log.h
blobdf307319b1d31fd80e97b25f137345824c126666
1 /*-
2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 * Copyright (c) 1992, 1993, 1994, 1995, 1996
5 * Keith Bostic. All rights reserved.
7 * See the LICENSE file for redistribution information.
9 * @(#)log.h 10.2 (Berkeley) 3/6/96
12 #define LOG_NOTYPE 0
13 #define LOG_CURSOR_INIT 1
14 #define LOG_CURSOR_END 2
15 #define LOG_LINE_APPEND 3
16 #define LOG_LINE_DELETE 4
17 #define LOG_LINE_INSERT 5
18 #define LOG_LINE_RESET_F 6
19 #define LOG_LINE_RESET_B 7
20 #define LOG_MARK 8