SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;)
svn-id: r39352
This commit is contained in:
parent
40b313c28e
commit
642bad22d8
22 changed files with 84 additions and 101 deletions
|
@ -101,7 +101,7 @@ const char *_debug_get_input_default() {
|
|||
return inputbuf;
|
||||
}
|
||||
|
||||
static inline int _parse_ticks(byte *data, int *offset_p, int size) {
|
||||
static int _parse_ticks(byte *data, int *offset_p, int size) {
|
||||
int ticks = 0;
|
||||
int tempticks;
|
||||
int offset = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue