pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:25:20 by Martin Nilsson <nilsson@opera.com>
01a770075d4f6d0fecf367c2f7093ba6d118d6b1 (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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 -------------