Define.<type> with no variables specified (PureBasic 5.61)

Just starting out? Need help? Post your questions and find answers here.
auraes
New User
New User
Posts: 4
Joined: Mon Jan 23, 2017 9:23 am

Define.<type> with no variables specified (PureBasic 5.61)

Post by auraes »

Hi there,
i get a Syntax error, PureBasic 5.61 (Linux - x64), if i try to use Define.<type> with no variables specified :

Code: Select all

Define.w
Line 1: Syntax error.
All work fine with PureBasic 5.45 LTS (Linux - x64)
User avatar
Shardik
Addict
Addict
Posts: 2065
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Define.<type> with no variables specified (PureBasic 5.6

Post by Shardik »

Define.<Type> was removed in PB 5.60:
[color=#0040FF][u]PureBasic News[/u][/color] wrote:- Changed: removed 'define.b' syntax to change default type as it could create hard to find bugs.
Post Reply