File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,6 +261,6 @@ extern SC_EXPRESS_EXPORT void EXPcleanup( void );
261261extern SC_EXPRESS_EXPORT Type EXPtype ( Expression , struct Scope_ * );
262262extern SC_EXPRESS_EXPORT int EXPget_integer_value ( Expression );
263263
264- Type EXPresolve_op_dot PROTO ( ( Expression , Scope ) );
264+ Type EXPresolve_op_dot ( Expression , Scope );
265265
266266#endif /*EXPRESSION_H*/
Original file line number Diff line number Diff line change @@ -144,6 +144,6 @@ extern SC_EXPRESS_EXPORT Linked_List SCOPEget_functions( Scope );
144144extern SC_EXPRESS_EXPORT void SCOPE_get_rules ( Scope , Linked_List );
145145extern SC_EXPRESS_EXPORT Linked_List SCOPEget_rules ( Scope );
146146
147- Generic SCOPE_find PROTO ( ( Scope , char * , int ) );
147+ void * SCOPE_find ( Scope , char * , int );
148148
149149#endif /* SCOPE_H */
You can’t perform that action at this time.
0 commit comments