Skip to content

Commit 5e28f44

Browse files
committed
drop PROTO macro (fixup)
1 parent 61eec0d commit 5e28f44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/express/expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,6 @@ extern SC_EXPRESS_EXPORT void EXPcleanup( void );
261261
extern SC_EXPRESS_EXPORT Type EXPtype( Expression, struct Scope_ * );
262262
extern 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*/

include/express/scope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +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 ) );
147+
void * SCOPE_find( Scope, char *, int );
148148

149149
#endif /* SCOPE_H */

0 commit comments

Comments
 (0)