Skip to content

Commit 6ce4a74

Browse files
authored
added __FB_GUI__
1 parent 0d8d067 commit 6ce4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/symb-define.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ dim shared defTb(0 to ...) as SYMBDEF => _
212212
(@"__FB_BACKEND__" , NULL , FB_DEFINE_FLAGS_STR, @hDefBackend_cb ), _
213213
(@"__FB_FPU__" , NULL , FB_DEFINE_FLAGS_STR, @hDefFpu_cb ), _
214214
(@"__FB_FPMODE__" , NULL , FB_DEFINE_FLAGS_STR, @hDefFpmode_cb ), _
215-
(@"__FB_GCC__" , NULL , 0 , @hDefGcc_cb ) _
215+
(@"__FB_GCC__" , NULL , 0 , @hDefGcc_cb ), _
216216
(@"__FB_GUI__" , NULL , 0 , @hDefViewGui_cb ) _ '***** console/gui
217217
}
218218

0 commit comments

Comments
 (0)