preproc: add support for builtin include modules (%use)
commitd2456590fc2216fd871ae566c9478176024d2e45
authorH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jun 2008 22:04:18 +0000 (19 15:04 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 19 Jun 2008 22:04:18 +0000 (19 15:04 -0700)
tree0bf01b205495249c295913640ac70a111ff2fbd0
parent9dee352dee05eb26da8f867cc0cbb429e5e8d9a1
preproc: add support for builtin include modules (%use)

Add a builtin equivalent to the %include directive called %use.
%use includes a standard macro file compiled into the binary; these
come from the macros/ directory in the source code.

The idea here is to be able to provide optional macro packages with
the distribution, without adding complex host filesystem dependencies.
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
macros.pl
macros/altreg.mac [new file with mode: 0644]
pptok.dat
preproc.c
tables.h