| Index: Source/build/scripts/make_names.py
|
| diff --git a/Source/build/scripts/make_names.py b/Source/build/scripts/make_names.py
|
| index 9afd2022b5f7ee284740f555950aa3fc27de8e4e..c3679b240ecdbe4a4ecc56ae0bf6c4f5a5fa86cc 100755
|
| --- a/Source/build/scripts/make_names.py
|
| +++ b/Source/build/scripts/make_names.py
|
| @@ -38,7 +38,7 @@ import name_utilities
|
| class MakeNamesWriter(in_generator.Writer):
|
| defaults = {
|
| 'Conditional': None, # FIXME: Add support for Conditional.
|
| - 'RuntimeEnabled': None,
|
| + 'RuntimeEnabled': None, # What should we do for runtime-enabled features?
|
| 'ImplementedAs': None,
|
| }
|
| default_parameters = {
|
|
|