Skip to content

Commit

Permalink
solvers: Fix incorrect f_OPHOL declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Dec 3, 2024
1 parent 97e1074 commit 7ebb42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/fgh_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ sorry_CLP(EdRead *R, const char *what)
#define memadj(x) (((x) + (sizeof(long)-1)) & ~(sizeof(long)-1))
#endif

extern char* f_OPHOL;
extern char *f_OPHOL ANSI((expr *e));
extern efunc f_OPPLTERM, f_OPVARVAL, f_OPFUNCALL;
extern sfunc f_OPIFSYM;

Expand Down

0 comments on commit 7ebb42d

Please sign in to comment.