utils/main.h: MainExit() add ATTR_NORETURN hint

This commit is contained in:
Darryl L. Miles 2024-10-04 20:29:15 +01:00
parent 31d7130833
commit c8974ed2ec
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ extern Transform RootToEditTransform;
/* global procedures */
extern void MainExit(int); /* a way of exiting that cleans up after itself */
extern void MainExit(int) ATTR_NORETURN; /* a way of exiting that cleans up after itself */
extern void magicMain();
/* C99 compat */