diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-17 19:46:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-17 19:46:35 -0700 |
commit | 85507df4b09df885ad294fb49722ddcde34c76f8 (patch) | |
tree | 86adf3a37e423f8b8507ce9de44d1243fbe79cc0 /protsym.c | |
parent | 90ae6e1230c8ec337d578f89549512d06db3d043 (diff) | |
download | txr-85507df4b09df885ad294fb49722ddcde34c76f8.tar.gz txr-85507df4b09df885ad294fb49722ddcde34c76f8.tar.bz2 txr-85507df4b09df885ad294fb49722ddcde34c76f8.zip |
Version 263txr-263
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Bumped.
* txr.vim, tl.vim: Regenerated.
* protsym.c: Likewise.
Diffstat (limited to 'protsym.c')
-rw-r--r-- | protsym.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -159,10 +159,10 @@ extern val flock_s, len_s, pid_s, start_s, type_s; extern val whence_s; #endif #if HAVE_GRGID -extern val group_s, mem_s; +extern val group_s, mem_s, passwd_s, passwd_s; #endif #if HAVE_PWUID -extern val gecos_s, passwd_s, shell_s; +extern val gecos_s, shell_s; #endif #if HAVE_SOCKETS extern val addr_s, addrinfo_s, canonname_s, family_s, flags_s; @@ -310,10 +310,10 @@ val *protected_sym[] = { &whence_s, #endif #if HAVE_GRGID - &group_s, &mem_s, + &group_s, &mem_s, &passwd_s, &passwd_s, #endif #if HAVE_PWUID - &gecos_s, &passwd_s, &shell_s, + &gecos_s, &shell_s, #endif #if HAVE_SOCKETS &addr_s, &addrinfo_s, &canonname_s, &family_s, &flags_s, |