mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Implement compound assignment operators for mutable constants
Fixes #943
This commit is contained in:
@@ -476,7 +476,7 @@ struct Symbol *sym_RedefString(char const *symName, char const *value)
|
||||
}
|
||||
|
||||
/*
|
||||
* Alter a SET symbol's value
|
||||
* Alter a mutable symbol's value
|
||||
*/
|
||||
struct Symbol *sym_AddSet(char const *symName, int32_t value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user