Undefine PASCAL if it's defined as a macro

Following 0af07017b9c2f14435bd0fd103ae199cbf840bb0
This commit is contained in:
nemerle 2016-05-19 10:20:51 +02:00
parent b2be1cf2da
commit 73cf949e25

View File

@ -1,6 +1,9 @@
#pragma once
#include "ast.h"
#ifdef PASCAL
#undef PASCAL
#endif
class QTextStream;
struct CConv {