* fix-header.c: Don't define xstrdup here.

From-SVN: r24337
This commit is contained in:
Zack Weinberg 1998-12-15 22:50:27 +00:00 committed by Jeff Law
parent b884a51af9
commit 2d234b4f64
2 changed files with 4 additions and 9 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 15 23:47:42 1998 Zack Weinberg <zack@rabi.phys.columbia.edu>
* fix-header.c: Don't define xstrdup here.
Wed Dec 16 05:11:04 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* loop.c (consec_sets_giv): New argument last_consec_insn.

View File

@ -871,15 +871,6 @@ write_rbrac ()
#endif
}
char *
xstrdup (str)
const char *str;
{
char *copy = (char *) xmalloc (strlen (str) + 1);
strcpy (copy, str);
return copy;
}
/* Returns 1 iff the file is properly protected from multiple inclusion:
#ifndef PROTECT_NAME
#define PROTECT_NAME