mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 04:15:36 +02:00
Merge from mvo-vcell-cleanup-1-branch.
This commit is contained in:
parent
7c33806ae6
commit
86d31dfe7d
54 changed files with 1538 additions and 1293 deletions
|
@ -1564,9 +1564,9 @@ void
|
|||
scm_init_ports ()
|
||||
{
|
||||
/* lseek() symbols. */
|
||||
scm_sysintern ("SEEK_SET", SCM_MAKINUM (SEEK_SET));
|
||||
scm_sysintern ("SEEK_CUR", SCM_MAKINUM (SEEK_CUR));
|
||||
scm_sysintern ("SEEK_END", SCM_MAKINUM (SEEK_END));
|
||||
scm_c_define ("SEEK_SET", SCM_MAKINUM (SEEK_SET));
|
||||
scm_c_define ("SEEK_CUR", SCM_MAKINUM (SEEK_CUR));
|
||||
scm_c_define ("SEEK_END", SCM_MAKINUM (SEEK_END));
|
||||
|
||||
scm_tc16_void_port = scm_make_port_type ("void", fill_input_void_port,
|
||||
write_void_port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue