diff --git a/src/Bytecode.hh b/src/Bytecode.hh index a16b4108974696178fc4b3b9934525da99bb70bf..0df4a2c9cee05c8f21ff39c087a0687d7c95ce3c 100644 --- a/src/Bytecode.hh +++ b/src/Bytecode.hh @@ -104,8 +104,6 @@ struct Block_contain_type int Equation, Variable, Own_Derivative; }; -#pragma pack(push, 1) - class BytecodeInstruction { protected: @@ -1567,6 +1565,4 @@ public: }; #endif // BYTECODE_MEX -#pragma pack(pop) - #endif // _BYTECODE_HH