Commit 607207cf by Richard Stallman

(variable_size): Change back to NULL_PTR.

From-SVN: r3216
parent a3ec87a8
......@@ -86,7 +86,8 @@ variable_size (size)
}
if (immediate_size_expand)
expand_expr (size, NULL_RTX, VOIDmode, 0);
/* NULL_RTX is not defined; neither is the rtx type. */
expand_expr (size, NULL_PTR, VOIDmode, 0);
else
pending_sizes = tree_cons (NULL_TREE, size, pending_sizes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment