Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / less / dist / position.h
blob42c78180d13230de893faa677908170ccff2a8b7
1 /* $NetBSD: position.h,v 1.3 2013/09/04 19:44:21 tron Exp $ */
3 /*
4 * Copyright (C) 1984-2012 Mark Nudelman
6 * You may distribute under the terms of either the GNU General Public
7 * License or the Less License, as specified in the README file.
9 * For more information, see the README file.
14 * Include file for interfacing to position.c modules.
16 #define TOP (0)
17 #define TOP_PLUS_ONE (1)
18 #define BOTTOM (-1)
19 #define BOTTOM_PLUS_ONE (-2)
20 #define MIDDLE (-3)