We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d6406 commit 5edde00Copy full SHA for 5edde00
2 files changed
include/express/expr.h
@@ -266,4 +266,6 @@ extern SC_EXPRESS_EXPORT void EXPcleanup( void );
266
extern SC_EXPRESS_EXPORT Type EXPtype( Expression, struct Scope_ * );
267
extern SC_EXPRESS_EXPORT int EXPget_integer_value( Expression );
268
269
+Type EXPresolve_op_dot PROTO( ( Expression, Scope ) );
270
+
271
#endif /*EXPRESSION_H*/
include/express/scope.h
@@ -144,4 +144,6 @@ extern SC_EXPRESS_EXPORT Linked_List SCOPEget_functions( Scope );
144
extern SC_EXPRESS_EXPORT void SCOPE_get_rules( Scope, Linked_List );
145
extern SC_EXPRESS_EXPORT Linked_List SCOPEget_rules( Scope );
146
147
+Generic SCOPE_find PROTO( ( Scope, char *, int ) );
148
149
#endif /* SCOPE_H */
0 commit comments