diff options
Diffstat (limited to 'common/const.sts')
-rw-r--r-- | common/const.sts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/const.sts b/common/const.sts index 7b20b4d..46b98e3 100644 --- a/common/const.sts +++ b/common/const.sts @@ -3,7 +3,7 @@ defconst '!' 21 defconst '"' 22 defconst '#' 23 defconst '$' 24 -; '%' (25) symbol is reserved by smack +defconst percent 25 ; '%' (25) symbol is reserved by smack defconst '&' 26 defconst ''' 27 defconst '(' 28 |