From: Chip Salzenberg Date: Sat, 23 Nov 1996 14:02:42 +0000 (+1200) Subject: Patch for embed.pl when !EMBED && !MULTIPLICITY X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=56d28764830a0b84b54fd845563c672aed10e4a4;p=p5sagit%2Fp5-mst-13.2.git Patch for embed.pl when !EMBED && !MULTIPLICITY --- diff --git a/embed.pl b/embed.pl index 6bbcd01..c535fe0 100755 --- a/embed.pl +++ b/embed.pl @@ -74,7 +74,11 @@ while () { } close(INT) || warn "Can't close interp.sym: $!\n"; -print EM "\n"; +print EM <<'END'; + +#ifdef EMBED + +END open(INT, ") { @@ -88,6 +92,8 @@ close(INT) || warn "Can't close interp.sym: $!\n"; print EM <<'END'; +#endif /* EMBED */ + #endif /* MULTIPLICITY */ END