ROSE  0.11.87.0
BaseSemanticsDispatcher.h
1 #ifndef ROSE_Deprecated_BinaryAnalysis_InstructionSemantics2_BaseSemantics_Dispatcher_H
2 #define ROSE_Deprecated_BinaryAnalysis_InstructionSemantics2_BaseSemantics_Dispatcher_H
3 
4 // [Robb Matzke 2021-05-19]: deprecated
5 #include <rose_pragma_message.h>
6 ROSE_PRAGMA_MESSAGE("This header is deprecated; use Rose/BinaryAnalysis/InstructionSemantics2/BaseSemantics/Dispatcher.h instead");
7 #include <Rose/BinaryAnalysis/InstructionSemantics2/BaseSemantics/Dispatcher.h>
8 
9 #endif