comparison src/variables.cc @ 2492:06595bc7f2d0

[project @ 1996-11-09 00:13:50 by jwe]
author jwe
date Sat, 09 Nov 1996 00:13:54 +0000
parents 8c6e9535cbda
children 0c5e671499ed
comparison
equal deleted inserted replaced
2491:d47834a272c2 2492:06595bc7f2d0
47 47
48 #include "file-ops.h" 48 #include "file-ops.h"
49 #include "oct-glob.h" 49 #include "oct-glob.h"
50 #include "str-vec.h" 50 #include "str-vec.h"
51 51
52 #include "defaults.h" 52 #include <defaults.h>
53 #include "data.h" 53 #include "data.h"
54 #include "defun.h" 54 #include "defun.h"
55 #include "dirfns.h" 55 #include "dirfns.h"
56 #include "dynamic-ld.h" 56 #include "dynamic-ld.h"
57 #include "error.h" 57 #include "error.h"
80 #include "syscalls.h" 80 #include "syscalls.h"
81 #include "toplev.h" 81 #include "toplev.h"
82 #include "unwind-prot.h" 82 #include "unwind-prot.h"
83 #include "utils.h" 83 #include "utils.h"
84 #include "variables.h" 84 #include "variables.h"
85 #include "version.h" 85 #include <version.h>
86 86
87 // Echo commands as they are executed? 87 // Echo commands as they are executed?
88 // 88 //
89 // 1 ==> echo commands read from script files 89 // 1 ==> echo commands read from script files
90 // 2 ==> echo commands from functions 90 // 2 ==> echo commands from functions