be more liberal in include handling, namely we only error out if it's
authorespie <espie@openbsd.org>
Sat, 16 Aug 2008 12:19:49 +0000 (12:19 +0000)
committerespie <espie@openbsd.org>
Sat, 16 Aug 2008 12:19:49 +0000 (12:19 +0000)
commitbd3d270542b88bf317b6d1201645d38c8cd4727c
treefa0db689decbf18bb685b4ece813ee8f20358f92
parent751170ae5c977ac2367028e1b03bba604cad3b02
be more liberal in include handling, namely we only error out if it's
the end of the last included file AND we still have a macro to expand.
autoconf uses this in wine, and it turns out other m4 also do things that
way (not only gnu m4).

okay fries@, millert@
usr.bin/m4/main.c