Bug 10731 - error: expected identifier before numeric constant
Summary: error: expected identifier before numeric constant
Status: RESOLVED NEEDINFO
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-01 13:57 UTC by larissanadja
Modified: 2018-08-06 13:14 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description larissanadja 2018-02-01 13:57:15 UTC
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)
Comment 1 Denys Vlasenko 2018-02-06 20:00:21 UTC
bbox version?

.config?