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 2, 2024
1 parent d5cfe29 commit b0c644b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/solvers2/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 b0c644b

Please sign in to comment.