polserver/pol-core/bscript/escript.h

26 lines
382 B
C
Raw Permalink Normal View History

/** @file
*
* @par History
*/
2016-02-11 22:54:43 +01:00
#ifndef H_ESCRIPT_H
#define H_ESCRIPT_H
/*
GOTO/GOSUB support removed 9/19/1998 Syz
break statement and correct local handling makes them troublesome.
their need is dubious since loops can be labelled, and
break/continue can take a label.
2016-02-11 22:54:43 +01:00
*/
#define ESCRIPT_INCLUDE_GOTO 0
namespace Pol
{
namespace Bscript
{
}
2016-02-11 22:54:43 +01:00
}
#endif // H_ESCRIPT_H