@@ -95,7 +95,7 @@ let create v =
std_path = [];
class_path = [];
main_class = None;
- defines = PMap.add "true" () PMap.empty;
+ defines = PMap.add "true" () (if !display_default then PMap.add "display" () PMap.empty else PMap.empty);
package_rules = PMap.empty;
file = "";
types = [];