I'm sure the documentation in view was intended to be a -1. This repository (MUMPS V1) is no longer maintained by Ray Newman; maintenance ended in 2018. On June 17, 2020, Ray Newman handed stewardship of the MUMPS V1 codebase to me, explicitly authorizing relicensing and renaming of future versions. His final release (V1.71) remains available here and also on my GitLab account. Development continues in Reference Standard M (RSM), which can be found at https://gitlab.com/Reference-Standard-M/rsm ....
I'm sure the documentation in view was intended to be a -1. This repository (MUMPS V1) is no longer maintained by Ray Newman; maintenance ended in 2018. On June 17, 2020, Ray Newman handed stewardship of the MUMPS V1 codebase to me, explicitly authorizing relicensing and renaming of future versions. His final release (V1.71) remains available here and also on my GitLab account. Development continues in Reference Standard M (RSM), which can be found at https://gitlab.com/Reference-Standard-M/rsm ....
I'm sure the documentation in view was intended to be a -1. This repository (MUMPS V1) is no longer maintained by Ray Newman; maintenance ended in 2018. On June 17, 2020, Ray Newman handed stewardship of the MUMPS V1 codebase to me, explicitly authorizing relicensing and renaming of future versions. His final release (V1.71) remains available here and also on my GitLab account. Development continues in Reference Standard M (RSM), which can be found at https://gitlab.com/Reference-Standard-M/rsm....
Alternatively, the [int] parameter is meant to be a -1, which WOULD yield 4.
$O documentation typo
works, many thanks Frank
I can't test this on FreeBSD currently but try: vi init/init_start.c :55 A<space>||<space>1<esc> :wq then make clean and make</esc></space></space> Ray
$ make gcc -O -Wall -Iinclude -c init/init_start.c -o init/init_start.o init/init_start.c: In function 'INIT_Start': init/init_start.c:87:15: error: storage size of 'semvals' isn't known union semun semvals; // for a ptr to sem_val ^~~~~~~ init/init_start.c:87:15: warning: unused variable 'semvals' [-Wunused-variable] *** Error code 1 Stop. make: stopped in /Mumps/mumps $ $ uname -a FreeBSD BSD901-3 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 $ Frank