summaryrefslogtreecommitdiff
path: root/tparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'tparam.c')
-rw-r--r--tparam.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tparam.c b/tparam.c
index 24702899a83..a5ee362eaa4 100644
--- a/tparam.c
+++ b/tparam.c
@@ -18,8 +18,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Emacs config.h may rename various library functions such as malloc. */
#ifdef HAVE_CONFIG_H
#include <config.h>
-#else /* not HAVE_CONFIG_H */
+#endif
+#ifndef emacs
#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
#define bcopy(s, d, n) memcpy ((d), (s), (n))
#endif
@@ -32,7 +33,7 @@ char *malloc ();
char *realloc ();
#endif
-#endif /* not HAVE_CONFIG_H */
+#endif /* not emacs */
#ifndef NULL
#define NULL (char *) 0