optimize header file, now modules could generate smaller dynamic libs.

This commit is contained in:
ValKmjolnir
2022-08-24 22:08:47 +08:00
parent 987d3ce9e2
commit a91826607c
15 changed files with 72 additions and 48 deletions
+3
View File
@@ -1,6 +1,9 @@
#ifndef __NASAL_LEXER_H__
#define __NASAL_LEXER_H__
#include <sstream>
#include <sys/stat.h>
#ifdef _MSC_VER
#define S_ISREG(m) (((m)&0xF000)==0x8000)
#endif