1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00

Fix warning message, remove comment

This commit is contained in:
Movax12 2023-05-08 16:55:54 -04:00
parent 56df849101
commit a058d4a2f3

View File

@ -1045,8 +1045,7 @@ static void DoFeature (void)
} }
if (Feature == FEAT_ADDRSIZE) { if (Feature == FEAT_ADDRSIZE) {
/* Warn for depreciated .feature addrsize */ Warning (1, "Deprecated feature: '.feature addrsize'. Pseudo function .addrsize is always available.");
Warning (1, "Depreciated feature: '.feature addrsize'. Pseudo function .addrsize is always available.");
} }
NextTok (); NextTok ();