Skip to content

Commit

Permalink
Add missing declaration for _anyval_eq_anyval
Browse files Browse the repository at this point in the history
Prevent failure to compile on testers with hardline
compiler settings---you know who you are...
  • Loading branch information
devel-chm committed Oct 3, 2015
1 parent d2f2535 commit 8c32cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Basic/Core/pdl.h.PL
Expand Up @@ -79,6 +79,8 @@ extern int pdl_debugging;
} \\
} while (0)
extern int _anyval_eq_anyval(PDL_Anyval, PDL_Anyval);
#define ANYVAL_EQ_ANYVAL(x,y) (_anyval_eq_anyval(x,y))
/* Auto-PThreading (i.e. multi-threading) settings for PDL functions */
Expand Down

0 comments on commit 8c32cbb

Please sign in to comment.