aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.c
diff options
context:
space:
mode:
authorJoakim Verona2012-05-22 08:52:40 +0200
committerJoakim Verona2012-05-22 08:52:40 +0200
commit207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (patch)
tree1940ab855db68a26de26d8d98223be6c4df00df8 /src/tparam.c
parentf65ef7eab4132e1de79355660b78878d23038110 (diff)
parentcb1f695c7355c7b19dd79c8c2aa704a19fcfafa7 (diff)
downloademacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.tar.gz
emacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.zip
upstream
Diffstat (limited to 'src/tparam.c')
-rw-r--r--src/tparam.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tparam.c b/src/tparam.c
index ac21667d65b..4d26ef524fb 100644
--- a/src/tparam.c
+++ b/src/tparam.c
@@ -22,10 +22,6 @@ Boston, MA 02110-1301, USA. */
22#include <setjmp.h> 22#include <setjmp.h>
23#include "lisp.h" /* for xmalloc */ 23#include "lisp.h" /* for xmalloc */
24#include "tparam.h" 24#include "tparam.h"
25
26#ifndef NULL
27#define NULL (char *) 0
28#endif
29 25
30/* Assuming STRING is the value of a termcap string entry 26/* Assuming STRING is the value of a termcap string entry
31 containing `%' constructs to expand parameters, 27 containing `%' constructs to expand parameters,