mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
newdoc: remove mundane C reference entriesc
This commit is contained in:
parent
9ba5934fff
commit
3136462c78
2 changed files with 0 additions and 81 deletions
|
|
@ -117,49 +117,3 @@ using the function or macro above. This pointer can be used for a
|
|||
variety of tasks, such as defining special variable bindings,
|
||||
controlling interrupts, retrieving function output values, etc.
|
||||
@end deftypefn
|
||||
|
||||
@subsection ANSI Dictionary
|
||||
|
||||
@multitable @columnfractions 0.4 0.6
|
||||
@headitem Lisp symbol
|
||||
@tab C/C++ function
|
||||
|
||||
@ansidict{@clhs{f_cmp.htm,compile},@ocl{}}
|
||||
|
||||
@lspindex eval
|
||||
@cppindex cl_eval
|
||||
@ansidict{@clhs{f_eval.htm,eval},
|
||||
@code{cl_object cl_eval (cl_object form)}}
|
||||
|
||||
@lspindex compiler-macro-function
|
||||
@ansidict{@clhs{f_cmp_ma.htm,compiler-macro-function},@ocl{}}
|
||||
|
||||
@lspindex macro-function
|
||||
@cppindex cl_macro_function
|
||||
@ansidict{@clhs{f_macro_.htm,macro-function},
|
||||
@code{cl_object cl_macro_function(cl_narg narg, cl_object symbol, ...)}}
|
||||
|
||||
@lspindex macroexpand
|
||||
@cppindex cl_macroexpand
|
||||
@ansidict{@clhs{f_mexp_.htm,macroexpand},
|
||||
@code{cl_object cl_macroexpand(cl_narg narg, cl_object form, ...)}}
|
||||
|
||||
@lspindex macroexpand-1
|
||||
@cppindex cl_macroexpand_1
|
||||
@ansidict{@clhs{f_mexp_.htm,macroexpand-1},
|
||||
@code{cl_object cl_macroexpand_1(cl_narg narg, cl_object form, ...)}}
|
||||
|
||||
@lspindex proclaim
|
||||
@ansidict{@clhs{f_procla.htm,proclaim},@ocl{}}
|
||||
|
||||
@lspindex special-operator-p
|
||||
@cppindex cl_special_operator_p
|
||||
@ansidict{@clhs{f_specia.htm,special-operator-p},
|
||||
@code{cl_object cl_special_operator_p(cl_object form)}}
|
||||
|
||||
@lspindex constantp
|
||||
@cppindex cl_constantp
|
||||
@ansidict{@clhs{f_consta.htm,constantp},
|
||||
@code{cl_object cl_constantp(cl_narg narg, cl_object form, ...)}}
|
||||
|
||||
@end multitable
|
||||
|
|
|
|||
|
|
@ -7,38 +7,3 @@ ECL defines the following additional built-in classes in the @code{CL} package:
|
|||
@item @code{single-float}
|
||||
@item @code{double-float}
|
||||
@end itemize
|
||||
|
||||
@subsection C Reference
|
||||
|
||||
@subsection ANSI Dictionary
|
||||
@multitable @columnfractions 0.3 0.7
|
||||
@headitem Lisp symbol
|
||||
@tab C/C++ function
|
||||
|
||||
@lspindex coerce
|
||||
@cppindex cl_coerce
|
||||
@ansidict{@clhs{f_coerce.htm,coerce},
|
||||
@code{cl_object cl_coerce (cl_object object, cl_object result-type)}}
|
||||
|
||||
@lspindex subtypep
|
||||
@cppindex cl_subtypep
|
||||
@ansidict{@clhs{f_subtpp.htm,subtypep},
|
||||
@code{cl_object cl_subtypep (cl_narg narg, cl_object type1, cl_object type2, ...)}}
|
||||
|
||||
@lspindex type-of
|
||||
@cppindex cl_type-of
|
||||
@ansidict{@clhs{f_tp_of.htm,type-of},
|
||||
@code{cl_object cl_type-of (cl_object object)}}
|
||||
|
||||
@lspindex typep
|
||||
@cppindex cl_typep
|
||||
@ansidict{@clhs{f_typep.htm,typep},
|
||||
@code{cl_object cl_typep (cl_narg narg, cl_object object, cl_object type_specifier, ...)}}
|
||||
|
||||
@lspindex type-error-datum
|
||||
@ansidict{@clhs{f_tp_err.htm,type-error-datum}, @ocl{}}
|
||||
|
||||
@lspindex type-error-expected-type
|
||||
@ansidict{@clhs{f_tp_err.htm,type-error-expected-type}, @ocl{}}
|
||||
|
||||
@end multitable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue