Changeset 1a40870 for src/Parser
- Timestamp:
- May 21, 2025, 10:05:15 PM (4 months ago)
- Branches:
- master
- Children:
- cecb260
- Parents:
- 99fc978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r99fc978 r1a40870 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed May 21 1 1:25:13202513 // Update Count : 729 512 // Last Modified On : Wed May 21 18:44:44 2025 13 // Update Count : 7296 14 14 // 15 15 … … 155 155 void distInl( DeclarationNode * declaration ) { 156 156 // distribute INLINE across all declarations 157 for ( DeclarationNode * decl = declaration ; decl != nullptr ; decl = decl->next ) {157 for ( DeclarationNode * decl = declaration ; decl != nullptr ; decl = decl->next ) { 158 158 decl->set_inLine( true ); 159 159 } // for
Note:
See TracChangeset
for help on using the changeset viewer.