Mercurial > hg > octave-lyh
comparison src/ov-base.h @ 7193:cbdee3da62bd
[project @ 2007-11-26 22:20:25 by dbateman]
author | dbateman |
---|---|
date | Mon, 26 Nov 2007 22:20:25 +0000 |
parents | 88417316c1b0 |
children | 745a8299c2b5 |
comparison
equal
deleted
inserted
replaced
7192:10b8361ff085 | 7193:cbdee3da62bd |
---|---|
485 static bool beginning_of_line; | 485 static bool beginning_of_line; |
486 | 486 |
487 DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA | 487 DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA |
488 }; | 488 }; |
489 | 489 |
490 // TRUE means to perform automatic sparse to real mutation if there | |
491 // is memory to be saved | |
492 extern bool Vsparse_auto_mutate; | |
493 | |
490 #endif | 494 #endif |
491 | 495 |
492 /* | 496 /* |
493 ;;; Local Variables: *** | 497 ;;; Local Variables: *** |
494 ;;; mode: C++ *** | 498 ;;; mode: C++ *** |