Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit db31a19

Browse files
Merge branch 'develop-6.7' of https://github.com/runrev/livecode into develop-7.0
2 parents 1372692 + 25652da commit db31a19

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

libexternal/include/revolution/external.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,6 @@ extern const char *ConvertCStringToNativeFromUTF8(const char *p_utf8, int *r_suc
527527
// External declaration macros
528528
//
529529

530-
#ifdef _MACOSX
531-
532530
#ifdef __cplusplus
533531

534532
#define EXTERNAL_REFERENCE_LIBRARY \
@@ -549,13 +547,6 @@ extern const char *ConvertCStringToNativeFromUTF8(const char *p_utf8, int *r_suc
549547

550548
#endif
551549

552-
#else
553-
554-
#define EXTERNAL_REFERENCE_LIBRARY
555-
556-
#endif
557-
558-
559550
#ifdef __cplusplus
560551

561552
#define EXTERNAL_BEGIN_DECLARATIONS(m_name) \

revspeech/src/revspeech.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ extern "C" void getXtable();
8181
void revSpeechLoad(char *args[], int nargs, char **retstring,
8282
Bool *pass, Bool *error)
8383
{
84-
// Force a reference to the getXtable function
85-
getXtable();
86-
8784
*pass = False;
8885
*error = False;
8986
char *result = NULL;

0 commit comments

Comments
 (0)