Browse Source

fix compile error - #if/#endif mismatch

pull/374/head
Vladislav Vaintroub 15 years ago
parent
commit
29f9f3470a
  1. 1
      include/my_global.h

1
include/my_global.h

@ -1382,6 +1382,7 @@ do { doubleget_union _tmp; \
#else
#define dlerror() "No support for dynamic loading (static build?)"
#endif
#endif
/*

Loading…
Cancel
Save