mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Use the new ldwarning assert action.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4322 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1efebb9024
commit
7ecdaf3d6e
@ -9,7 +9,7 @@
|
||||
.import SWAPPER, BSOUT
|
||||
|
||||
; This function is deprecated
|
||||
.assert * < 0, warning, "toggle_videomode() is deprecated, please use videomode() instead!"
|
||||
.assert * < 0, ldwarning, "toggle_videomode() is deprecated, please use videomode() instead!"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user