K&R calma: prototype for non-existent function: calmaMergeBoundaries()
Remove forward declaration prototype to correct error. K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
parent
f0b6231017
commit
3f4eb4120e
|
|
@ -98,7 +98,6 @@ extern void calmaOutStringRecord();
|
||||||
extern void calmaOut8();
|
extern void calmaOut8();
|
||||||
extern void calmaOutR8();
|
extern void calmaOutR8();
|
||||||
extern void calmaProcessBoundary();
|
extern void calmaProcessBoundary();
|
||||||
extern void calmaMergeBoundaries();
|
|
||||||
extern void calmaRemoveColinear();
|
extern void calmaRemoveColinear();
|
||||||
extern void calmaRemoveDegenerate();
|
extern void calmaRemoveDegenerate();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue