X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bb0027a9aca454a80f737e0c49df0a231c50b996..a7ee59cfb466c53f7a9bed59df1bb2ee080146b3:/src/nullable.h diff --git a/src/nullable.h b/src/nullable.h index af46c9c6..d5106c7e 100644 --- a/src/nullable.h +++ b/src/nullable.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with Bison; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ #ifndef NULLABLE_H_ # define 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_ */