(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include <assert.h>.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2002 05:27:28 +0000 (05:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2002 05:27:28 +0000 (05:27 +0000)
tests/actions.at

index d3460cf..f1fdab7 100644 (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);