diff examples/code/mex_demo.c @ 21253:a66a737913b5

allow __have_feature__ to check for ENABLE_ options * __have_feature__.m: Handle ENABLE_ options. * mex_demo.c, oct_demo.cc: Update note about octave_config_info. * toplev.cc (Foctave_config_info): For ENABLE_ options, store logical values instead of true/false or yes/no strings in struct. * computer.m: Change use of octave_config_info ("ENABLE_64").
author John W. Eaton <jwe@octave.org>
date Fri, 12 Feb 2016 16:28:51 -0500
parents c8240a60dd01
children 1da428cbf401
line wrap: on
line diff
--- a/examples/code/mex_demo.c	Fri Feb 12 16:13:11 2016 -0500
+++ b/examples/code/mex_demo.c	Fri Feb 12 16:28:51 2016 -0500
@@ -6,7 +6,7 @@
 //   octave_config_info ("ENABLE_DYNAMIC_LINKING")
 //
 // at the Octave prompt.  Support for dynamic linking is included if
-// this expression returns the string "yes".
+// this expression is true.
 //
 // To compile this file, type the command
 //