'
# macrocall is used to flag a call on a macro name from within a macro scrap.
# attributes are:
# chunk The macro chunk number
# We save the chunk number up for later printout at the end of the element.
#
'<'.
^^." ".{$chunk}.">"
# file is used to markup a file definition
# attributes are:
# name The name of the file
# chunk The macro chunk number
#
{ $lastfilename="";
if (defined($filename)) {$lastfilename=$filename};
$filename=@;
if ($lastfilename eq $filename) {
$hrule="";
} else {
$hrule="";
}
""
}.
'".
'$hrule