[ create a new paste ] login | about

Link: http://codepad.org/1eUilCYD    [ raw code | output | fork ]

C, pasted on Jul 26:
1
2
3
4
5
# input_player1_joypad_index = "0"
config_save_on_exit = "false"
# input_player4_joypad_index = "3"
menu_driver = "rgui"
menu_unified_controls = "true"


Output:
1
2
3
4
5
Line 2: error: invalid preprocessing directive #input_player1_joypad_index
Line 2: warning: data definition has no type or storage class
Line 2: error: invalid preprocessing directive #input_player4_joypad_index
Line 4: warning: initialization makes integer from pointer without a cast
Line 4: error: expected ',' or ';' before 'menu_driver'


Create a new paste based on this one


Comments: