}
close(INT) || warn "Can't close interp.sym: $!\n";
-print EM "\n";
+print EM <<'END';
+
+#ifdef EMBED
+
+END
open(INT, "<interp.sym") || die "Can't open interp.sym: $!\n";
while (<INT>) {
print EM <<'END';
+#endif /* EMBED */
+
#endif /* MULTIPLICITY */
END