freebsd-ports/misc/xless/files/patch-ab
David E. O'Brien 3960a95f76 This is a port of xless (version 1.7), a handy text file viewer for X.
Useful as a viewer tool for other apps (e.g., xfm, the X file manager),
or as a standalone viewer.  Presents a scrollable text window (both
vertical and horizontal scrolling), with a number of clickable buttons.

Submitted by:	Conrad Sabatier <conrads@neosoft.com>
1996-12-28 03:07:51 +00:00

33 lines
608 B
Plaintext

*** ../work/xless-1.7/xless.h Mon Dec 23 15:57:37 1996
--- xless.h Mon Dec 23 16:11:53 1996
***************
*** 38,50 ****
#define XLESS_MAX_INPUT 256
! /* handle differences between K&R and ANSI C */
#if __STDC__
#define __P(a) a
#else
#define __P(a) ()
#define const
#endif
/*
* The default editor; make sure the file exists.
--- 38,51 ----
#define XLESS_MAX_INPUT 256
! /* handle differences between K&R and ANSI C
#if __STDC__
#define __P(a) a
#else
#define __P(a) ()
#define const
#endif
+ */
/*
* The default editor; make sure the file exists.