~extern "C"~ when including lib/inst.h
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
* Description: Lexer for assembly language
|
||||
*/
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <lib/inst.h>
|
||||
}
|
||||
|
||||
#include <algorithm>
|
||||
#include <tuple>
|
||||
|
||||
@@ -18,7 +18,10 @@
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <lib/inst.h>
|
||||
}
|
||||
|
||||
#include "./base.hpp"
|
||||
#include "./lexer.hpp"
|
||||
|
||||
Reference in New Issue
Block a user