Add tag to output .c file

Original commit message from CVS:
Add tag to output .c file
This commit is contained in:
David Schleef 2003-11-08 02:58:08 +00:00
parent d312ad6641
commit 1307da3508

View file

@ -19,6 +19,7 @@ open OUT, ">gst$template.c";
map { s/Videotemplate/$Template/g;
s/videotemplate/$template/g;
s/VIDEOTEMPLATE/$TEMPLATE/g;
s/\$Id$/$1/g;
} @lines;
print OUT @lines;