Rename tab to datatab in numeric/interpol.mac
commitb94a1f8c6eff283b26f539b9bac082d2362b38ba
authorRaymond Toy <toy.raymond@gmail.com>
Tue, 1 Oct 2024 12:12:41 +0000 (1 05:12 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Tue, 1 Oct 2024 12:12:41 +0000 (1 05:12 -0700)
treeafd9e48eadbf653a733e1b2221fcc50003030bbb
parent842eb746a3add7b53b23bbc21af287ab981193a8
Rename tab to datatab in numeric/interpol.mac

The variable `tab` is defined in stringproc and only allows strings to
be assigned to it.  interpol.mac uses `tab` as a parameter for a
matrix and this conflicts with the restriction for `tab`.

To resolve this, rename `tab` to `datatab` as the least disruptive way
to fix this.

This also fixes bug #4379.
share/numeric/interpol.mac