X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bb0027a9aca454a80f737e0c49df0a231c50b996..0ced3098fd97e1483b4ac938bdce99bfc7942539:/src/nullable.h diff --git a/src/nullable.h b/src/nullable.h index af46c9c6..dbef4905 100644 --- a/src/nullable.h +++ b/src/nullable.h @@ -26,8 +26,8 @@ extern bool *nullable; /* Set up NULLABLE. */ -extern void nullable_compute PARAMS((void)); +extern void nullable_compute (void); /* Free NULLABLE. */ -extern void nullable_free PARAMS((void)); +extern void nullable_free (void); #endif /* !NULLABLE_H_ */