Browse Source

Config metadata fix for fastint vs. 64bit ops

pull/702/head
Sami Vaarala 9 years ago
parent
commit
0c7a385217
  1. 2
      config/config-options/DUK_USE_FASTINT.yaml

2
config/config-options/DUK_USE_FASTINT.yaml

@ -8,6 +8,8 @@ feature_snippet: |
#endif
#define DUK_USE_FASTINT
#endif
requires:
- DUK_USE_64BIT_OPS
related_feature_defines:
- DUK_OPT_FASTINT
introduced: 1.2.0

Loading…
Cancel
Save