Skip to content
Commit 7b0429a0 authored by Jakob Stierhof's avatar Jakob Stierhof
Browse files

Fix emcee problem with older versions of slang

Slang v2.3.1 and older did not allow keywords as unquoted field namse. The
implementation uses 'continue' as a qualifier and passed it arround like a
normal struct field. This caused problems with said older versions.
Changed to use get_struct_field/set_struct_field. Still the problem when
used as the qualifier to pass to emcee_hammer, but can be quoted like

emcee_hamme(; "continue");
parent e7c55856
Loading
Loading
Loading
Loading