Call preprocessor hooks in void context during the scan pass.
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 9 Jan 2008 07:30:46 +0000 (02:30 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 9 Jan 2008 07:30:46 +0000 (02:30 -0500)
commit50faf0b151e08887b686e88d525b3b3e3b5379e5
tree9f288c35bd6fb54c0d7cca1a41f95fdd3827f438
parent65db156614d7d5dffaeb16f338c5702c4d5945df
Call preprocessor hooks in void context during the scan pass.

This allows the hook to determine if it's just scanning, and avoid expensive
operations.
IkiWiki.pm