Bug 10731

Summary: error: expected identifier before numeric constant
Product: Busybox Reporter: larissanadja
Component: OtherAssignee: unassigned
Status: RESOLVED NEEDINFO    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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?