Generally, changed working with tags as strings to as values.

This seems both cheaper and safer; what's not to like?
This commit is contained in:
Simon Brooke 2021-08-17 16:09:00 +01:00
parent eadb125b83
commit 93d4bd14a0
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
17 changed files with 87 additions and 88 deletions

View file

@ -920,7 +920,7 @@ struct cons_pointer c_reverse( struct cons_pointer arg ) {
case SYMBOLTV:
result =
make_symbol_or_key( o.payload.string.character, result,
SYMBOLTAG );
SYMBOLTV );
break;
}
}