Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
#EnablePPDirective: Directive
The #EnablePPDirective allows disabled directives to be enabled. Future versions of the GDL parser might define additional preprocessor directives. If existing GDL files have also used that new directive name for their own purposes, parsing the existing GDL file could have unexpected results on the new parser. To avoid this forward-compatibility problem, any new directives will be disabled by default and will need to be enabled by using the #EnablePPDirective directive. The Directive value is the base name of the directive to be enabled (without any prefix). The directive name is a required value.
This preprocessor directive is new for GDL.