Fix func decls with no arguments: () -> (void).

This commit is contained in:
Damien
2013-10-23 20:20:17 +01:00
parent 94186c8239
commit 8b3a7c2237
10 changed files with 30 additions and 30 deletions

View File

@@ -24,5 +24,5 @@ struct _nlr_buf_t {
};
unsigned int nlr_push(nlr_buf_t *);
void nlr_pop();
void nlr_pop(void);
void nlr_jump(void *val) __attribute__((noreturn));