removed old comment about elaboration-time files being omitted from compilations

svn: r3401
This commit is contained in:
Eli Barzilay 2006-06-18 16:44:13 +00:00
parent c16fd0009e
commit 24d316029e

View File

@ -144,12 +144,9 @@ next section.
> compile-omit-files - a list of filenames (without paths); all
Scheme files in the collection are compiled except for the
files in this list. If a file contains elaboration time
expressions (e.g., macros, signatures) that are not intended
to be local to the file, then the file should be included in
this list. Note: files that are required by other files that
are compiled will get compiled in the process even when
listed here.
files in this list. Note: files that are required by other
files that are compiled will get compiled in the process even
when listed here.
> compile-extension-omit-files - a list of filenames to extend
the list returned for `compile-omit-files'. Unlike the list