This code now errors in the new update yet worked perfectly fine in 8.03.

Error:
flags : is not a member of "
< set(options, 1); >
Code:
#include <acknex.h>
#include <default.c>

typedef struct OPTIONS {
	var flags;
} OPTIONS;
OPTIONS options;

void main(){
	
	set(options, 1);
}