dtcm: Always use ANSI function prototypes

This commit is contained in:
Peter Howkins
2020-11-29 01:55:09 +00:00
parent c62a5049ed
commit d98b2c4c34
60 changed files with 890 additions and 953 deletions

View File

@@ -35,8 +35,6 @@
* Common definition for internal data storage
*/
#include "ansi_c.h"
typedef enum {
rb_ok = 0,
rb_duplicate = 1,