Skip to content

Commit e69d96d

Browse files
committed
solvers: Fix incorrect f_OPHOL declaration
1 parent 97e1074 commit e69d96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/fgh_read.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sorry_CLP(EdRead *R, const char *what)
9898
#define memadj(x) (((x) + (sizeof(long)-1)) & ~(sizeof(long)-1))
9999
#endif
100100

101-
extern char* f_OPHOL;
101+
extern char *f_OPHOL ANSI((expr *e));
102102
extern efunc f_OPPLTERM, f_OPVARVAL, f_OPFUNCALL;
103103
extern sfunc f_OPIFSYM;
104104

0 commit comments

Comments
 (0)