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

Commit 25652da

Browse files
[[ Gyp ]] Make the revspeech export hack a bit less hacky
1 parent 7a7d555 commit 25652da

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
@@ -470,8 +470,6 @@ extern Bool SecurityCanAccessLibrary(const char *p_library);
470470
// External declaration macros
471471
//
472472

473-
#ifdef _MACOSX
474-
475473
#ifdef __cplusplus
476474

477475
#define EXTERNAL_REFERENCE_LIBRARY \
@@ -492,13 +490,6 @@ extern Bool SecurityCanAccessLibrary(const char *p_library);
492490

493491
#endif
494492

495-
#else
496-
497-
#define EXTERNAL_REFERENCE_LIBRARY
498-
499-
#endif
500-
501-
502493
#ifdef __cplusplus
503494

504495
#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)