]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
Added <unistd.h> for unlink().
[bison.git] / src / gram.c
index 6b487376faa14c0d23b0c3ebb4c39394f18cd6b1..bf62d74ec53c2771da5b2336a2d7bcb71537415b 100644 (file)
@@ -15,7 +15,8 @@ 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.  */
 
 
 /* comments for these variables are in gram.h  */
@@ -52,7 +53,7 @@ int error_token_number;
 /* This is to avoid linker problems which occur on VMS when using GCC,
    when the file in question contains data definitions only.  */
 
-static void
+void
 dummy (void)
 {
 }