Changes in src/Parser/parser.yy [2d019af:9fb1367]
- File:
-
- 1 edited
-
src/Parser/parser.yy (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r2d019af r9fb1367 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Mar 12 15:21:02202113 // Update Count : 472 812 // Last Modified On : Wed Feb 17 09:03:07 2021 13 // Update Count : 4722 14 14 // 15 15 … … 2639 2639 2640 2640 external_definition: 2641 DIRECTIVE 2642 { $$ = DeclarationNode::newDirectiveStmt( new StatementNode( build_directive( $1 ) ) ); } 2643 | declaration 2641 declaration 2644 2642 | external_function_definition 2645 2643 | EXTENSION external_definition // GCC, multiple __extension__ allowed, meaning unknown
Note:
See TracChangeset
for help on using the changeset viewer.