(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#ifndef SAVELOAD_H
|
||||
#define SAVELOAD_H
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
typedef enum SaveOrLoadResult {
|
||||
SL_OK = 0, // completed successfully
|
||||
SL_ERROR = 1, // error that was caught before internal structures were modified
|
||||
|
Reference in New Issue
Block a user