mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include <assert.h>.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Executing Actions. -*- Autotest -*-
|
# Executing Actions. -*- Autotest -*-
|
||||||
# Copyright 2001 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -319,7 +319,6 @@ AT_DATA_GRAMMAR([[input.y]],
|
|||||||
%{
|
%{
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
|
||||||
#define RANGE(Location) (Location).first_line, (Location).last_line
|
#define RANGE(Location) (Location).first_line, (Location).last_line
|
||||||
static int yylex (void);
|
static int yylex (void);
|
||||||
static void yyerror (const char *msg);
|
static void yyerror (const char *msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user