(make_var_volatile): Return type is void.
(assemble_string): First arg is not pointer to unsigned. From-SVN: r4145
This commit is contained in:
parent
935d4b0799
commit
fcbaecc66a
@ -413,6 +413,7 @@ make_decl_rtl (decl, asmspec, top_level)
|
|||||||
/* Make the rtl for variable VAR be volatile.
|
/* Make the rtl for variable VAR be volatile.
|
||||||
Use this only for static variables. */
|
Use this only for static variables. */
|
||||||
|
|
||||||
|
void
|
||||||
make_var_volatile (var)
|
make_var_volatile (var)
|
||||||
tree var;
|
tree var;
|
||||||
{
|
{
|
||||||
@ -635,7 +636,7 @@ assemble_zeros (size)
|
|||||||
|
|
||||||
void
|
void
|
||||||
assemble_string (p, size)
|
assemble_string (p, size)
|
||||||
unsigned char *p;
|
char *p;
|
||||||
int size;
|
int size;
|
||||||
{
|
{
|
||||||
register int i;
|
register int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user