Closed
Bug 401171
Opened 17 years ago
Closed 17 years ago
extra top-level semi-colons in code
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: denisps, Unassigned)
References
()
Details
12) Don't put extra top-level semi-colons in code.
14) Portable example:
[code]
// foobar.h
class FooBar {
void
va_non_inline(char* p, ...);
};
...
[/code]
Updated•17 years ago
|
Component: *.mozilla.org → www.mozilla.org
Product: Websites → mozilla.org
QA Contact: other-mozilla-org → www-mozilla-org
Version: unspecified → other
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•17 years ago
|
Product: mozilla.org → Websites
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•