Undefine PASCAL if it's defined as a macro
Following 0af07017b9c2f14435bd0fd103ae199cbf840bb0
This commit is contained in:
parent
b2be1cf2da
commit
73cf949e25
@ -1,6 +1,9 @@
|
||||
#pragma once
|
||||
#include "ast.h"
|
||||
|
||||
#ifdef PASCAL
|
||||
#undef PASCAL
|
||||
#endif
|
||||
class QTextStream;
|
||||
|
||||
struct CConv {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user