]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
* src/nullable.h: New file.
[bison.git] / src / gram.c
index cc1418d9db6d82e60efbf9b8a9cb7290c1c2e72a..fdd4ceac0221dd93cce74d1dc31e6241ed93c426 100644 (file)
@@ -15,9 +15,14 @@ GNU General Public License for more details.
 
 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, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
+#include "system.h"
+
+void dummy PARAMS((void));
+
 /* comments for these variables are in gram.h  */
 
 int nitems;
@@ -53,6 +58,6 @@ int error_token_number;
    when the file in question contains data definitions only.  */
 
 void
-dummy()
+dummy (void)
 {
 }