Skip to content

Commit

Permalink
fbc: fix comment in fb.bi - enum: FB_MODEVIEW (__FB_GUI__)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Dec 31, 2023
1 parent 9743cbe commit 98f20ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/fb.bi
Expand Up @@ -109,7 +109,7 @@ enum FB_COMPOPT
FB_COMPOPT_STACKSIZE '' integer
FB_COMPOPT_OBJINFO '' boolean: write/read .fbctinf sections etc.?
FB_COMPOPT_SHOWINCLUDES '' boolean: -showincludes
FB_COMPOPT_MODEVIEW ''__FB_GUI__
FB_COMPOPT_MODEVIEW '' enum: FB_MODEVIEW (__FB_GUI__)
FB_COMPOPT_NOCMDLINE '' boolean: -z nocmdline, disable #cmdline directives
FB_COMPOPT_RETURNINFLTS '' boolean: -z retinflts, enable returning some structs in floating point registers

Expand Down

0 comments on commit 98f20ec

Please sign in to comment.