pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-17
2014-02-17 18:31:14 by Martin Nilsson <nilsson@opera.com>
5eb2d6649257f934632fa9dfd19bc4c0199059b1 (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
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 -------------