Rename stdnoreturn.h to helpers.h

This file will contain more compiler-specific helpers.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-04-02 00:39:12 +01:00
parent 95ccc48d0c
commit 0ae69b3114
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
#include <stdint.h>
#include "extern/stdnoreturn.h"
#include "helpers.h"
noreturn void script_fatalerror(const char *fmt, ...);