# HG changeset patch # User Jim Blandy # Date 738563757 0 # Node ID 0d180fefccc6c945bb8bb060327714e2efa6472f # Parent c3470c4abe5e66060d9ff61367398f40b457d88d * config.h.in (UNEXEC_SRC): New macro, set by the configure script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it. diff -r c3470c4abe5e -r 0d180fefccc6 src/config.in --- a/src/config.in Fri May 28 04:33:12 1993 +0000 +++ b/src/config.in Fri May 28 04:35:57 1993 +0000 @@ -94,6 +94,7 @@ #undef CRAY_STACKSEG_END #undef STACK_DIRECTION #undef const +#undef UNEXEC_SRC /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__