blob: 6c2e5e688e2f4dae07f40fd5ad086b874a322647 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ./xless.h.orig 1994-07-29 04:56:41.000000000 +0200
+++ ./xless.h 2014-06-13 14:48:54.067816752 +0200
@@ -38,13 +38,14 @@
#define XLESS_MAX_INPUT 256
-/* handle differences between K&R and ANSI C */
+/* 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.
|