LEFT | RIGHT |
(Both sides are equal) |
1 /* A Bison parser, made by GNU Bison 2.3. */ | 1 /* A Bison parser, made by GNU Bison 2.3. */ |
2 | 2 |
3 /* Skeleton implementation for Bison's Yacc-like parsers in C | 3 /* Skeleton implementation for Bison's Yacc-like parsers in C |
4 | 4 |
5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 | 5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 |
6 Free Software Foundation, Inc. | 6 Free Software Foundation, Inc. |
7 | 7 |
8 This program is free software; you can redistribute it and/or modify | 8 This program is free software; you can redistribute it and/or modify |
9 it under the terms of the GNU General Public License as published by | 9 it under the terms of the GNU General Public License as published by |
10 the Free Software Foundation; either version 2, or (at your option) | 10 the Free Software Foundation; either version 2, or (at your option) |
(...skipping 3805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3816 YYSTACK_FREE (yymsg); | 3816 YYSTACK_FREE (yymsg); |
3817 #endif | 3817 #endif |
3818 /* Make sure YYID is used. */ | 3818 /* Make sure YYID is used. */ |
3819 return YYID (yyresult); | 3819 return YYID (yyresult); |
3820 } | 3820 } |
3821 | 3821 |
3822 | 3822 |
3823 #line 1220 "cc.y" | 3823 #line 1220 "cc.y" |
3824 | 3824 |
3825 | 3825 |
LEFT | RIGHT |