X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9e3295f914912878352700ff1985c811dc8ec2ae..b404828f5f995bacec87cc75391d79eb60edede1:/tparam.c diff --git a/tparam.c b/tparam.c index 24702899a8..ae12e72ac7 100644 --- a/tparam.c +++ b/tparam.c @@ -13,13 +13,15 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Emacs config.h may rename various library functions such as malloc. */ #ifdef HAVE_CONFIG_H #include -#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 +34,7 @@ char *malloc (); char *realloc (); #endif -#endif /* not HAVE_CONFIG_H */ +#endif /* not emacs */ #ifndef NULL #define NULL (char *) 0