(make_var_volatile): Return type is void.

(assemble_string): First arg is not pointer to unsigned.

From-SVN: r4145
This commit is contained in:
Richard Kenner 1993-04-13 17:22:16 -04:00
parent 935d4b0799
commit fcbaecc66a
1 changed files with 2 additions and 1 deletions

View File

@ -413,6 +413,7 @@ make_decl_rtl (decl, asmspec, top_level)
/* Make the rtl for variable VAR be volatile.
Use this only for static variables. */
void
make_var_volatile (var)
tree var;
{
@ -635,7 +636,7 @@ assemble_zeros (size)
void
assemble_string (p, size)
unsigned char *p;
char *p;
int size;
{
register int i;