Branch: refs/heads/kupsch/remove-pragmas
Home: https://github.com/dyninst/dyninst
Commit: abc7c01c9dc75c6a1bc6d1faa2e480306f5261b9
https://github.com/dyninst/dyninst/commit/abc7c01c9dc75c6a1bc6d1faa2e480306f5261b9
Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M common/src/Pair.h
M common/src/refCounter.h
M dataflowAPI/rose/SgAsmExpression.h
M dataflowAPI/rose/semanticsModule.h
M dataflowAPI/rose/typedefs.h
M dataflowAPI/rose/util/StringUtility.h
M dataflowAPI/src/ExpressionConversionVisitor.h
M dataflowAPI/src/RoseInsnFactory.h
M dataflowAPI/src/SymEvalPolicy.h
M dyninstAPI/h/BPatch_Set.h
R external/inttypes-win.h
R external/stdint-win.h
M proccontrol/src/procset.C
Log Message:
-----------
Remove unneeded #pragma's
- Remove once and interface pragmas
- Replace use of "external/stdint-win.h" and "external/inttypes.h" with
<stdint.h> and <inttypes.h>
|