| Summary: | error: expected identifier before numeric constant | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | larissanadja |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
bbox version? .config? |
The error bellow occurs when I compile the code. <command-line>:0:13: error: expected identifier before numeric constant applets/applet_tables.c:42:8: note: in expansion of macro ‘NUM_APPLETS’ enum { NUM_APPLETS = ARRAY_SIZE(applets) }; ^ GCC version: 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)