Skip to content

Commit 5bddcb3

Browse files
author
Ulrich Hecht
committed
basic: is_strexp(): remove inline to avoid section type conflict
Probably too big to be inlined anyway.
1 parent d8d1b6c commit 5bddcb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ttbasic/basic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4680,7 +4680,7 @@ static BString sstring() {
46804680
typedef BString (*strfun_t)();
46814681
#include "strfuntbl.h"
46824682

4683-
inline bool BASIC_FP is_strexp() {
4683+
bool BASIC_FP is_strexp() {
46844684
// XXX: does not detect string comparisons (numeric)
46854685
return ((*cip >= STRFUN_FIRST && *cip < STRFUN_LAST) ||
46864686
*cip == I_STR ||

0 commit comments

Comments
 (0)