finalyze moving
This commit is contained in:
10
src/SageAnalysisTool/definitionSet.h
Normal file
10
src/SageAnalysisTool/definitionSet.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
struct elset
|
||||
{
|
||||
SgStatement *stmt;
|
||||
SgExpression *expr;
|
||||
};
|
||||
|
||||
typedef struct elset *PT_ELSET;
|
||||
|
||||
Reference in New Issue
Block a user