diff options
Diffstat (limited to 'src/tparam.c')
| -rw-r--r-- | src/tparam.c | 4 |
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, |