RetroArch/menu/widgets
orbea e1db3e7a6d C89_BUILD: Fix some clang compiler errors.
Fixes these two compile errors with C89_BUILD=1

configuration.c:2028:9: error: ISO C90 forbids mixing declarations and code [-Werror,-Wdeclaration-after-statement]
   bool has_application_data =
        ^
1 error generated.
make: *** [Makefile:164: obj-unix/configuration.o] Error 1

In file included from menu/widgets/menu_osk.c:42:
menu/widgets/menu_osk_utf8_pages.h:62:94: error: no newline at end of file [-Werror,-Wnewline-eof]
                          "ヤ","ユ","ヨ","ワ","ヲ","ァ","ィ","ゥ","ェ","ォ","⊕"};
                                                                                 ^
1 error generated.
make: *** [Makefile:163: obj-unix/menu/widgets/menu_osk.o] Error 1
2018-01-03 12:19:16 -08:00
..
menu_dialog.c
menu_dialog.h
menu_entry.c
menu_entry.h
menu_filebrowser.c
menu_filebrowser.h
menu_input_bind_dialog.c
menu_input_bind_dialog.h
menu_input_dialog.c
menu_input_dialog.h
menu_list.c
menu_list.h
menu_osk_utf8_pages.h C89_BUILD: Fix some clang compiler errors. 2018-01-03 12:19:16 -08:00
menu_osk.c
menu_osk.h