/[bison]/bison/tests/actions.at
ViewVC logotype

Diff of /bison/tests/actions.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by akim, Sat Nov 16 12:30:23 2002 UTC revision 1.24 by eggert, Thu Nov 21 05:27:28 2002 UTC
# Line 1  Line 1 
1  # Executing Actions.                               -*- Autotest -*-  # Executing Actions.                               -*- Autotest -*-
2  # Copyright 2001 Free Software Foundation, Inc.  # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3    
4  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
5  # 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
# Line 319  AT_DATA_GRAMMAR([[input.y]], Line 319  AT_DATA_GRAMMAR([[input.y]],
319  %{  %{
320  #include <stdio.h>  #include <stdio.h>
321  #include <stdlib.h>  #include <stdlib.h>
 #include <assert.h>  
322  #define RANGE(Location) (Location).first_line, (Location).last_line  #define RANGE(Location) (Location).first_line, (Location).last_line
323  static int yylex (void);  static int yylex (void);
324  static void yyerror (const char *msg);  static void yyerror (const char *msg);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26