Actions
Bug #2944
opencscope-fast/invlib.[ch] use reserved word as identifier
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2012-06-28
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
usr/src/tools/cscope-fast/invlib.h
uses bool
as a variable name.
bool
is a typename in C99 and cscope-fast is being compiled with C99 enabled.
Files
Updated by Igor Pashev over 11 years ago
UPD. C99 is not enabled.
But bool
is bad name for a variable.
Actions