NetHack's regex function prototypes into nhregex.h

There was an issue with Windows mingw build because the function
prototypes were not available. Place them into a distinct
header file nhregex.h and include it from extern.h, and
available for cppregex.cpp to include without the rest of
extern.h (which can give some problems with c++).
This commit is contained in:
nhmall
2024-11-30 17:08:54 -05:00
parent 8f2b979f32
commit bc88266081
3 changed files with 19 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
extern "C" {
#include "config.h"
#define CPPREGEX_C
//#include "extern.h"
#include "nhregex.h"
} // extern "C"