hack around memset().

This commit is contained in:
K. Richard Pixley 1991-09-01 23:40:56 +00:00
parent 617ee8ed46
commit f4870f0f26
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,7 @@ char *s;
{
char *symbol_decode;
int label_number;
int label_version;
/* int label_version; */
char *message_format = "\"%d\" (instance number %s of a local label)";
if (s[0] != 'L'
@ -196,6 +196,7 @@ fragS *frag; /* Associated fragment */
unsigned int name_length;
char *preserved_copy_of_name;
symbolS *symbolP;
extern int memset();
name_length = strlen(name) + 1; /* +1 for \0 */
obstack_grow(&notes, name, name_length);