mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
Replaced obsolete _ARGS with _ECL_ARGS in internal.h
This commit is contained in:
parent
00b5c5cc00
commit
e3e99ee7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ extern ecl_off_t ecl_integer_to_off_t(cl_object offset);
|
|||
/* format.d */
|
||||
|
||||
#ifndef ECL_CMU_FORMAT
|
||||
extern cl_object si_formatter_aux _ARGS((cl_narg narg, cl_object strm, cl_object string, ...));
|
||||
extern cl_object si_formatter_aux _ECL_ARGS((cl_narg narg, cl_object strm, cl_object string, ...));
|
||||
#endif
|
||||
|
||||
/* hash.d */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue