* fix-header.c: Don't define xstrdup here.
From-SVN: r24337
This commit is contained in:
parent
b884a51af9
commit
2d234b4f64
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user