(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include <assert.h>.

This commit is contained in:
Paul Eggert
2002-11-21 05:27:28 +00:00
parent 4344c500b5
commit 7a86d7eba9

View File

@@ -1,5 +1,5 @@
# 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
# 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 <stdlib.h>
#include <assert.h>
#define RANGE(Location) (Location).first_line, (Location).last_line
static int yylex (void);
static void yyerror (const char *msg);