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 Update menu_dialog.c 2017-11-21 04:38:38 +01:00
menu_dialog.h Header update #1 2017-01-22 13:40:32 +01:00
menu_entry.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_entry.h Rewrite another function 2017-09-29 19:09:11 +02:00
menu_filebrowser.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
menu_filebrowser.h Fix 'Append Disk Image' 2017-08-17 19:07:38 +02:00
menu_input_bind_dialog.c current_input_data and current_input are no longer globals 2017-12-29 23:03:25 +01:00
menu_input_bind_dialog.h Header update #1 2017-01-22 13:40:32 +01:00
menu_input_dialog.c C89 buildfix 2017-11-28 11:43:32 -05:00
menu_input_dialog.h Combine input_driver.c and input_keyboard.c 2017-06-11 17:51:12 +02:00
menu_list.c Remove menu_entries_get_last 2017-10-01 17:20:01 +02:00
menu_list.h Rearrange variables 2017-09-09 01:10:00 +02:00
menu_osk_utf8_pages.h C89_BUILD: Fix some clang compiler errors. 2018-01-03 12:19:16 -08:00
menu_osk.c Combine input_driver.c and input_keyboard.c 2017-06-11 17:51:12 +02:00
menu_osk.h (OSK) Ascii symbol page 2017-03-05 11:54:08 +01:00