Opened 17 years ago
Closed 17 years ago
#5779 closed defect (wontfix)
#include directive cleaning in libmythdb
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Header guards (#ifndef/#define/#endif) could do w/out any underscore before or after the macro. The guard macro should match the file name. And any .cpp should have its corresponding header file listed first.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | libs_libmythdb-krazy2-include-directives.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Way too pedantic! Also a single underscore for the start of header defines is good for avoiding any name collisions.
Note:
See TracTickets
for help on using tickets.

Addresses include directive defects