- Timestamp:
- Feb 20, 2023, 9:11:37 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- e4f13fe
- Parents:
- c910709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
rc910709 r0bcd707 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Feb 14 21:11:39202313 // Update Count : 589 312 // Last Modified On : Mon Feb 20 11:31:26 2023 13 // Update Count : 5896 14 14 // 15 15 … … 1983 1983 | typedef_expression // deprecated GCC, naming expression type 1984 1984 | sue_declaration_specifier 1985 { 1986 assert( $1->type ); 1987 if ( $1->type->qualifiers.val != 0 ) { 1988 SemanticError( yylloc, "Useless type qualifier in empty declaration." ); $$ = nullptr; 1989 } 1990 } 1985 1991 ; 1986 1992
Note: See TracChangeset
for help on using the changeset viewer.