diff --git a/src/Bytecode.hh b/src/Bytecode.hh index a16b4108..0df4a2c9 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