You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
298 B
13 lines
298 B
--- tparam.c.orig Sun Sep 3 01:53:43 1995 |
|
+++ tparam.c Fri Aug 23 20:47:45 2002 |
|
@@ -21,10 +21,6 @@ |
|
#endif |
|
|
|
#ifndef emacs |
|
-#if defined(HAVE_STRING_H) || defined(STDC_HEADERS) |
|
-#define bcopy(s, d, n) memcpy ((d), (s), (n)) |
|
-#endif |
|
- |
|
#ifdef STDC_HEADERS |
|
#include <stdlib.h> |
|
#include <string.h>
|
|
|