aboutsummaryrefslogtreecommitdiff
path: root/CodingStyle
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2016-01-06 19:09:28 +0000
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2016-01-06 19:09:28 +0000
commit541b33591c74103d398750016b0c9557dafba0c6 (patch)
treed26f34de9141248bab0111160991fca6a2705399 /CodingStyle
parent933c2235e5c9628aa3d80145dc6ddfa4967a9d70 (diff)
downloadtinycc-541b33591c74103d398750016b0c9557dafba0c6.tar.gz
tinycc-541b33591c74103d398750016b0c9557dafba0c6.tar.bz2
CodingStyle: Remove reference to misaligned struct CString.
This was fixed by 1c2dfa1 on 2015-11-21.
Diffstat (limited to 'CodingStyle')
-rw-r--r--CodingStyle3
1 files changed, 0 insertions, 3 deletions
diff --git a/CodingStyle b/CodingStyle
index 3d93218..93d1324 100644
--- a/CodingStyle
+++ b/CodingStyle
@@ -58,9 +58,6 @@ make
cp libtcc.a.hide libtcc.a
make test
- (On 64-bit architectures, misaligned access to struct CString is
- expected.)
-
- Test with Valgrind to detect some uses of uninitialised values:
make clean