Test update to hg source code from 2016/11/28

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=54
This commit is contained in:
Dr. Werner Fink 2016-11-29 14:36:09 +00:00 committed by Git OBS Bridge
parent aa04f7c8e1
commit c1d106a478
2 changed files with 13 additions and 1 deletions

View File

@ -13,3 +13,14 @@
mkdir -p ${absdestdir}/${DYNMOD};
for f in ${DYNDIR_FILES}; do
cp ${f} ${absdestdir}/${DYNMOD}/
--- src/lispbibl.d
+++ src/lispbibl.d 2016-11-29 14:23:35.426290281 +0000
@@ -1450,6 +1450,8 @@ typedef SLONG sint32; /* signed 32 bi
/* Emulate 64-Bit-numbers using two 32-Bit-numbers. */
typedef struct { sintL hi; uintL lo; } sintL2; /* signed 64 Bit integer */
typedef struct { uintL hi; uintL lo; } uintL2; /* unsigned 64 Bit integer */
+ #define bitQ(n) bit(n)
+ #define bitQm(n) bitm(n)
#endif
/* Use 'uintX' and 'sintX' for Integers with approximately given width
and a minumum of storage space. */

View File

@ -262,7 +262,8 @@ tail -q -s 0.5 -f $SCREENLOG & pid=$!
--with-module=bindings/glibc\
--with-module=clx/new-clx \
--with-module=berkeley-db \
--with-module=postgresql
--with-module=postgresql \
--cbc build-X
%_make -C build
%_make -C build check