Project

General

Profile

« Previous | Next » 

Revision 1118acae

Added by skyjake about 12 years ago

DED: Added special "no flags" value (0) for Flags

The correct syntax to specify that a Flags field has no value is:

Flags = ""; # Old format
Flags = 0; # New format (added in this commit)

A value token must be included as with any other field, so the following
is illegal:

Flags = ;

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences