Reformat
This commit is contained in:
parent
96a541b1dc
commit
a489bf5784
|
@ -60,8 +60,8 @@ static value_t envst_language_c(void)
|
||||||
value_t head, tail;
|
value_t head, tail;
|
||||||
|
|
||||||
head = tail = fl_cons(symbol("language"), FL_NIL);
|
head = tail = fl_cons(symbol("language"), FL_NIL);
|
||||||
push_pair(&tail, "implementation-name", string_from_cstr(
|
push_pair(&tail, "implementation-name",
|
||||||
SCHEME_C_COMPILER_NAME));
|
string_from_cstr(SCHEME_C_COMPILER_NAME));
|
||||||
push_pair(&tail, "implementation-version",
|
push_pair(&tail, "implementation-version",
|
||||||
string_from_cstr(SCHEME_C_COMPILER_VERSION));
|
string_from_cstr(SCHEME_C_COMPILER_VERSION));
|
||||||
return head;
|
return head;
|
||||||
|
|
Loading…
Reference in New Issue