pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2016-11-05
2016-11-05 11:26:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
91f41195134606cf46403e537e7b7600d9b4cd58 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Enable the __weak__ modifier.
It is now possible to have weak variables in objects.
1124:
| TOK_PROTECTED { $$ = ID_PROTECTED; } | TOK_INLINE { $$ = ID_INLINE; } | TOK_VARIANT { $$ = ID_VARIANT; }
+
| TOK_WEAK { $$ = ID_WEAK; }
; magic_identifiers1: