Allow #pragma OPT inline

This commit is contained in:
Sei Lisa 2019-01-06 02:20:34 +01:00
parent c5fd4932f1
commit 574f92d08e
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#pragma OPT inline
f1() inline
{
llOwnerSay("f1");

View file

@ -1 +1 @@
main.py -y -O clear,inline -
main.py -y -O clear,processpre -