summaryrefslogtreecommitdiff
path: root/x11/xless/patches/patch-ab
blob: b41554543c29e1759ff2fad47643c67b5744bd05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*** ../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.