Skip to content

Commit d6265b0

Browse files
committed
Remove redundant _SQ64 define
This is already defined in the Squirrel itself: * external/squirrel/CMakeLists.txt:49
1 parent 75f576c commit d6265b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config.h.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
#define INSTALL_SUBDIR_BIN "${INSTALL_SUBDIR_BIN}"
99
#define INSTALL_SUBDIR_SHARE "${INSTALL_SUBDIR_SHARE}"
1010

11-
#ifndef EMSCRIPTEN
12-
#define SIZEOF_VOID_P ${CMAKE_SIZEOF_VOID_P}
13-
#if SIZEOF_VOID_P == 8
14-
#define _SQ64
15-
#endif
16-
#endif
17-
1811
#cmakedefine HAVE_ICONV_CONST
1912
#ifdef HAVE_ICONV_CONST
2013
#define ICONV_CONST const

0 commit comments

Comments
 (0)