comparison src/variables.h @ 1093:51fd9e40a7f7

[project @ 1995-02-03 21:57:34 by jwe]
author jwe
date Fri, 03 Feb 1995 21:57:34 +0000
parents dfe01093f657
children 46619c5ca048
comparison
equal deleted inserted replaced
1092:2e10146f7f72 1093:51fd9e40a7f7
70 70
71 extern char *get_help_from_file (const char *f); 71 extern char *get_help_from_file (const char *f);
72 72
73 extern char *builtin_string_variable (const char *); 73 extern char *builtin_string_variable (const char *);
74 extern int builtin_real_scalar_variable (const char *, double&); 74 extern int builtin_real_scalar_variable (const char *, double&);
75 extern tree_constant builtin_any_variable (const char *);
75 76
76 extern void link_to_global_variable (symbol_record *sr); 77 extern void link_to_global_variable (symbol_record *sr);
77 extern void link_to_builtin_variable (symbol_record *sr); 78 extern void link_to_builtin_variable (symbol_record *sr);
78 extern void link_to_builtin_or_function (symbol_record *sr); 79 extern void link_to_builtin_or_function (symbol_record *sr);
79 80