Changeset f678c53b for src/Parser
- Timestamp:
- Jun 17, 2024, 9:53:06 PM (5 months ago)
- Branches:
- master
- Children:
- 348f8992
- Parents:
- 1725989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r1725989 rf678c53b 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jun 11 21:32:15202413 // Update Count : 664 112 // Last Modified On : Mon Jun 17 21:43:02 2024 13 // Update Count : 6643 14 14 // 15 15 … … 4008 4008 // 4009 4009 // The pattern precludes declaring an array of functions versus a pointer to an array of functions, and returning arrays 4010 // and functions versus pointers to arrays and functions. In addition, the pattern handles the 4011 // special meaning ofparenthesis around a typedef name:4010 // and functions versus pointers to arrays and functions. In addition, the pattern handles the special meaning of 4011 // parenthesis around a typedef name: 4012 4012 // 4013 4013 // ISO/IEC 9899:1999 Section 6.7.5.3(11) : "In a parameter declaration, a single typedef name in
Note: See TracChangeset
for help on using the changeset viewer.