xiaoxiang781216 commented on code in PR #2225:
URL: https://github.com/apache/nuttx-apps/pull/2225#discussion_r1421392782
##########
interpreters/bas/bas_token.h:
##########
@@ -100,7 +100,7 @@ struct Identifier
{
struct Symbol *sym;
enum ValueType defaultType;
- char name[2/* ... */];
+ char name[0];
Review Comment:
no, do you have better method?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]