Opened 12 years ago
Closed 12 years ago
#157 closed bug (fixed (in master))
Comment cleanups
Reported by: | CJNyfalt | Owned by: | |
---|---|---|---|
Milestone: | 3.0.8 | Keywords: | cleanup comments |
Cc: |
Description (last modified by takkaria)
The following comments are either wrong or need cleanups:
- z-file.c: fd_lock: G_SETLK in comment should be F_SETLK.
- h-basic.h: The comment about types should read "We should really be able to use the C99 types ...", not C89.
- h-basic.h: The L64 comment should be removed from the #endif about s32b/u32b types. L64 define doesn't exist anymore.
- h-basic.h: The last #endif in the file should have an /* INCLUDED_H_BASIC_H */ comment.
BTW, renaming the SET_UID define to UNIX would be more descriptive.
Change History (4)
comment:1 Changed 12 years ago by takkaria
- Description modified (diff)
comment:2 Changed 12 years ago by takkaria
- Keywords changed from comments cleanup to cleanup comments
- priority changed from low to normal
comment:3 Changed 12 years ago by takkaria
- Type changed from feature to bug
comment:4 Changed 12 years ago by takkaria
- Resolution set to fixed
- Status changed from new to closed
see [485661d] (SVN r193).
Note: See
TracTickets for help on using
tickets.
see [773196f] (SVN r192) (minus SET_UID to UNIX, I have plans for that next version)