libcsa: Always use ANSI function prototypes

This commit is contained in:
Peter Howkins
2020-11-27 16:58:22 +00:00
parent aef196c6ca
commit c62a5049ed
26 changed files with 392 additions and 401 deletions

View File

@@ -49,7 +49,7 @@ extern void *_DtCm_alloc_entry();
extern CSA_return_code _DtCm_free(void *ptr);
extern void _DtCm_free_character_pointers P((uint num_elem, void *vptr));
extern void _DtCm_free_character_pointers(uint num_elem, void *vptr);
#endif