mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Allow disabling the new dispatch mechanism
This commit is contained in:
parent
140ef443e6
commit
1cca2ccf06
4 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
|||
@(return num)
|
||||
@)
|
||||
|
||||
#if 1
|
||||
#ifdef MATH_DISPATCH2_BEGIN
|
||||
|
||||
static cl_object
|
||||
complex_divide(cl_object ar, cl_object ai, cl_object br, cl_object bi)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
@(return diff)
|
||||
@)
|
||||
|
||||
#if 1
|
||||
#ifdef MATH_DISPATCH2_BEGIN
|
||||
|
||||
cl_object
|
||||
ecl_minus(cl_object x, cl_object y)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
@(return sum)
|
||||
@)
|
||||
|
||||
#if 1
|
||||
#ifdef MATH_DISPATCH2_BEGIN
|
||||
|
||||
cl_object
|
||||
ecl_plus(cl_object x, cl_object y)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
@(return prod)
|
||||
@)
|
||||
|
||||
#if 1
|
||||
#ifdef MATH_DISPATCH2_BEGIN
|
||||
|
||||
cl_object
|
||||
ecl_times(cl_object x, cl_object y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue