forked from xxq250/Nasal-Interpreter
📝 change makefile and update output format of --opcnt and --detail
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
#include <fstream>
|
||||
#include <cstring>
|
||||
|
||||
class file_line
|
||||
class fstreamline
|
||||
{
|
||||
protected:
|
||||
std::string file;
|
||||
@@ -40,7 +40,7 @@ public:
|
||||
size_t size(){return res.size();}
|
||||
};
|
||||
|
||||
class nasal_err:public file_line
|
||||
class nasal_err:public fstreamline
|
||||
{
|
||||
private:
|
||||
uint32_t error;
|
||||
|
||||
Reference in New Issue
Block a user