comparison src/variables.h @ 383:0b52c68ec81f

[project @ 1994-03-09 21:19:44 by jwe]
author jwe
date Wed, 09 Mar 1994 21:19:44 +0000
parents 3c23b8ea9099
children 101e1d4f2395
comparison
equal deleted inserted replaced
382:e02d6b664394 383:0b52c68ec81f
19 along with Octave; see the file COPYING. If not, write to the Free 19 along with Octave; see the file COPYING. If not, write to the Free
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 21
22 */ 22 */
23 23
24 #if !defined (_variables_h) 24 #if !defined (octave_variables_h)
25 #define _variables_h 1 25 #define octave_variables_h 1
26 26
27 class istream; 27 class istream;
28 class symbol_record; 28 class symbol_record;
29 class symbol_table; 29 class symbol_table;
30 class tree; 30 class tree;