*** empty log message ***
This commit is contained in:
parent
5ede8a755f
commit
544f7eec85
2 changed files with 14 additions and 1 deletions
13
clisp-2.47-cpp.patch
Normal file
13
clisp-2.47-cpp.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff -up clisp-2.47/modules/libsvm/svm.cpp clisp-2.47/modules/libsvm/svm
|
||||
diff -up clisp-2.47/src/time.d.cpp clisp-2.47/src/time.d
|
||||
--- clisp-2.47/src/time.d.cpp 2009-03-01 20:14:24.000000000 +0100
|
||||
+++ clisp-2.47/src/time.d 2009-03-01 20:14:46.000000000 +0100
|
||||
@@ -302,7 +302,7 @@ global object internal_time_to_I (const
|
||||
#ifdef TIME_WIN32
|
||||
return L2_to_I(tp->dwHighDateTime,tp->dwLowDateTime);
|
||||
#endif
|
||||
-#elif TIME_METHOD = 1
|
||||
+#elif TIME_METHOD == 1
|
||||
return UL_to_I(*tp);
|
||||
#else
|
||||
#error internal_time_to_I: invalid TIME_METHOD
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Name: clisp
|
||||
Summary: Common Lisp (ANSI CL) implementation
|
||||
Version: 2.47
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
Group: Development/Languages
|
||||
License: GPLv2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue