Skip to content

Commit 5edde00

Browse files
committed
add missing declarations required for tests
1 parent d9d6406 commit 5edde00

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

include/express/expr.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,6 @@ extern SC_EXPRESS_EXPORT void EXPcleanup( void );
266266
extern SC_EXPRESS_EXPORT Type EXPtype( Expression, struct Scope_ * );
267267
extern SC_EXPRESS_EXPORT int EXPget_integer_value( Expression );
268268

269+
Type EXPresolve_op_dot PROTO( ( Expression, Scope ) );
270+
269271
#endif /*EXPRESSION_H*/

include/express/scope.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,6 @@ extern SC_EXPRESS_EXPORT Linked_List SCOPEget_functions( Scope );
144144
extern SC_EXPRESS_EXPORT void SCOPE_get_rules( Scope, Linked_List );
145145
extern SC_EXPRESS_EXPORT Linked_List SCOPEget_rules( Scope );
146146

147+
Generic SCOPE_find PROTO( ( Scope, char *, int ) );
148+
147149
#endif /* SCOPE_H */

0 commit comments

Comments
 (0)