This commit is contained in:
@@ -3067,7 +3067,7 @@ pub(super) fn compile_word(
|
||||
}
|
||||
|
||||
// User-defined words from dictionary
|
||||
if let Some(body) = dict.lock().unwrap().get(name) {
|
||||
if let Some(body) = dict.lock().get(name) {
|
||||
ops.extend(body.iter().cloned());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user