Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.

git-svn-id: svn://kolibrios.org@7136 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2017-12-20 01:07:10 +00:00
parent 51018dd2fd
commit 0e02132b9f
26 changed files with 414 additions and 416 deletions

View File

@@ -16,8 +16,8 @@
;
; Version 1.0
lf equ 0x0A
cr equ 0x0D
lf = 0x0A
cr = 0x0D
use32