summaryrefslogtreecommitdiffstats
path: root/arctracker-remove-inline.patch
blob: 92e6ec0d6fa7b410091b4cedc4c43df102e9fb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
diff -u arctracker-0.2.0/arctracker.h arctracker-0.2.0-inline-removed/arctracker.h
--- arctracker-0.2.0/arctracker.h	2005-05-26 18:43:30.000000000 +0100
+++ arctracker-0.2.0-inline-removed/arctracker.h	2022-08-29 17:04:20.018953223 +0100
@@ -383,7 +383,7 @@
 	mono_stereo p_stereo_mode,
 	program_arguments *p_args);
 
-__inline void initialise_values(
+void initialise_values(
 	mono_stereo p_stereo_mode,
 	format p_sample_format,
 	char *buffer_shifter,
@@ -393,18 +393,18 @@
 	yn p_pianola,
 	long p_sample_rate);
 
-__inline yn update_counters(
+yn update_counters(
 	tune_info *p_current_positions,
 	mod_details *p_module,
 	yn p_pianola);
 
-__inline void get_current_pattern_line(
+void get_current_pattern_line(
 	tune_info *p_current_positions,
 	mod_details *p_module,
 	current_event *p_current_pattern_line,
 	yn p_pianola);
 
-__inline void get_new_note(
+void get_new_note(
 	current_event *p_current_event,
 	sample_details *p_sample,
 	channel_info *p_current_voice,
@@ -414,7 +414,7 @@
 	module_type p_module_type,
 	long p_num_samples);
 
-__inline void process_tracker_command(
+void process_tracker_command(
 	current_event *p_current_event,
 	channel_info *p_current_voice,
 	tune_info *p_current_positions,
@@ -423,7 +423,7 @@
 	unsigned int *p_periods,
 	yn on_event);
 
-__inline void process_desktop_tracker_command(
+void process_desktop_tracker_command(
 	current_event *p_current_event,
 	channel_info *p_current_voice,
 	tune_info *p_current_positions,
@@ -433,7 +433,7 @@
 	yn on_event,
 	long p_sample_rate);
 
-__inline void prepare_current_frame_sample_data(
+void prepare_current_frame_sample_data(
 	long *p_current_frame_left_channel,
 	long *p_current_frame_right_channel,
 	channel_info *p_voice_info,
@@ -441,7 +441,7 @@
 	mono_stereo p_stereo_mode,
 	unsigned char p_volume);
 
-__inline void mix_channels(
+void mix_channels(
 	long *p_current_frame_left_channel,
 	long *p_current_frame_right_channel,
 	channel_info *p_voice_info,
@@ -450,7 +450,7 @@
 	long *p_right_channel);
 
 /*
-__inline return_status write_audio_data (
+return_status write_audio_data (
 	output_api p_api,
 	format p_sample_format,
 	mono_stereo p_stereo_mode,
@@ -460,7 +460,7 @@
 	void *p_ah_ptr)
 */
 
-__inline return_status write_audio_data(
+return_status write_audio_data(
 	output_api p_api,
 	channel_info *p_voice_info,
 	mod_details *p_module,
@@ -471,7 +471,7 @@
 	void *p_ah_ptr,
 	long p_nframes);
 
-__inline void write_channel_audio_data(
+void write_channel_audio_data(
 	int p_ch,
 	channel_info *p_voice_info,
 	long p_nframes,
@@ -481,7 +481,7 @@
 	unsigned char p_volume,
 	int stridelen);
 
-__inline return_status output_data(
+return_status output_data(
 	output_api p_api,
 	char p_buffer_shifter,
 	format p_sample_format,