Branch: Tag:

2014-02-17

2014-02-17 18:31:14 by Martin Nilsson <nilsson@opera.com>

Added #require

212:    | }    | }    + o Dependency declarations    -  +  It is now possible to use the CPP directive #require to specify a +  condition that must be true for the file to be seen by the resolver. +  This would typically be the inherited C part of a module or a system +  call. +  +  | #require constant(__WebKit) +  | inherit __WebKit; +  +    Optimizations   -------------