view test/bug-35448/fB.m @ 21232:b8cf410b5c88

eliminate feature tests from lo-mappers.h * lo-mappers.h, lo-mappers.cc (xisinf, xisnan, xfinite): Move feature tests inside functions in lo-mappers.cc.
author John W. Eaton <jwe@octave.org>
date Tue, 09 Feb 2016 04:55:29 -0500
parents 8d1ae996c122
children fc4bb4bd1d5e
line wrap: on
line source

# fB.m
function y = fB (x)
  y = x;
endfunction