Fixed a mistake with a missing type in a header

This commit is contained in:
Neil Brown 2009-01-25 22:06:01 +00:00
parent ff61ebfa2b
commit 588d24bfea

View File

@ -68,7 +68,7 @@ static inline INT occam_NORMALISE (INT hi_in, INT lo_in, INT* result1, INT* resu
//TODO implement, and move into the correct order above:
///////////////////
static inline INT occam_LONGSUB (INT, INT, const char *) occam_unused;
static inline INT occam_LONGSUB (INT, INT, INT, const char *) occam_unused;
static inline INT occam_LONGSUB (INT left, INT right, INT borrow_in, const char *pos) {
return 0;
}