mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Added prototypes for Cyc_sub, etc
This commit is contained in:
parent
538a010893
commit
5118a4e456
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ static common_type Cyc_sub_op(object x, object y);
|
|||
static common_type Cyc_mul_op(object x, object y);
|
||||
static common_type Cyc_div_op(object x, object y);
|
||||
static common_type Cyc_sum(int argc, object n, ...);
|
||||
static common_type Cyc_sub(int argc, object n, ...);
|
||||
static common_type Cyc_mul(int argc, object n, ...);
|
||||
static common_type Cyc_div(int argc, object n, ...);
|
||||
static common_type Cyc_num_op_va_list(int argc, common_type (fn_op(object, object)), object n, va_list ns);
|
||||
static int equal(object,object);
|
||||
static list assq(object,list);
|
||||
|
|
Loading…
Add table
Reference in a new issue