1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Valid compilation when CLEAN is set.

Use assert() and robust fallback instead of exit() to handle 'impossible' cases.
This commit is contained in:
2015-02-15 14:41:35 +08:00
parent 115d9babae
commit c10c550bdd
4 changed files with 9 additions and 6 deletions

View File

@@ -297,7 +297,7 @@ void release( void *ptr) ;
#if CLEAN
#define exit(a) cexit(a)
int cexit( int status) ;
void cexit( int status) ;
#endif
#endif