]> gitweb.michael.orlitzky.com - octave.d.git/commitdiff
.octaverc: remove obsolete MATLAB compatibility options
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Mar 2026 12:54:14 +0000 (08:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Mar 2026 12:54:14 +0000 (08:54 -0400)
.octaverc

index 7a632819b1f195f1b30bc5c3b4805f2379e6d838..1dbc33c85501102fec14ea317b9768249796fe15 100644 (file)
--- a/.octaverc
+++ b/.octaverc
@@ -1,8 +1,6 @@
 ##
 ## Options for MATLAB compatibility.
 ##
-allow_noninteger_range_as_index(true);
-do_braindead_shortcircuit_evaluation(true);
 history_timestamp_format_string("%%-- %D %I:%M %p --%%");
 page_screen_output(false);
 print_empty_dimensions(false);