Revert "Forward compatibility: Mark Disable/Enable/Forbid/Permit as deprecated"

This reverts commit 4422036c6f.
This commit is contained in:
deadwood 2021-04-18 09:21:41 +02:00
parent 8a7404f609
commit 6c80902a75
1 changed files with 0 additions and 4 deletions

View File

@ -90,13 +90,9 @@ APTR InitResident(struct Resident *resident, BPTR segList) (A1, D1)
void Alert(ULONG alertNum) (D7)
void Debug(unsigned long flags) (D0)
void Disable() ()
.deprecated
void Enable() ()
.deprecated
void Forbid() ()
.deprecated
void Permit() ()
.deprecated
ULONG SetSR(ULONG newSR, ULONG mask) (D0, D1)
APTR SuperState() ()
void UserState(APTR sysStack) (D0)