Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/common/lib/libc/string



Module Name:    src
Committed By:   apb
Date:           Wed Mar 26 06:19:36 UTC 2008

Modified Files:
        src/common/lib/libc/string: bcopy.c memset.c

Log Message:
Add /* __OPTIMIZE_SIZE__ */ comments on relevant #else and #endif lines.
Also change some #ifdef to #if defined() for consistency.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/common/lib/libc/string/bcopy.c
cvs rdiff -r1.3 -r1.4 src/common/lib/libc/string/memset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index