Refactor all of the code of the form
authorNicholas Clark <nick@ccl4.org>
Sun, 30 Nov 2008 23:16:09 +0000 (23:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 30 Nov 2008 23:16:09 +0000 (23:16 +0000)
commite22024d3cff7db1071a80c1941fd213f9e45cd7c
tree521ff51ff836bab4cca5aba08a238b7cf9d6fe00
parent2fd8beea017eccf05d12bfa6e4db7c5340ce637b
Refactor all of the code of the form
SSCHECK(3);
SSPUSHPTR(ptr1);
SSPUSHPTR(ptr2);
SSPUSHINT(type);
into a static function S_save_pushptrptr().
It might be possible to make some of its callers trivial macros, and
so eliminate them as functions. But start with the easy part.

p4raw-id: //depot/perl@34957
embed.fnc
embed.h
proto.h
scope.c