diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-15 03:03:11 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-15 03:03:11 +0000 |
commit | e904ac081d24d8dd85a7158615615e8040bcf279 (patch) | |
tree | d67f7d370277b80de182412c8826c86d3d778859 /gcc/README.Portability | |
parent | e15e66e7390aef4e38d576f63daf977dcc6b8665 (diff) | |
download | gcc-e904ac081d24d8dd85a7158615615e8040bcf279.tar.gz |
* README.Portability: Small update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/README.Portability')
-rw-r--r-- | gcc/README.Portability | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/README.Portability b/gcc/README.Portability index 1c2df58edad..a7331512d28 100644 --- a/gcc/README.Portability +++ b/gcc/README.Portability @@ -195,6 +195,7 @@ In K+R C, you have to cast enum types to use them as integers, and some compilers in particular give lots of warnings for using an enum as an array index. + Bitfields --------- @@ -232,6 +233,7 @@ values in unsigned char fit in an int, it promotes to int). ** Not having any argument whose type is a short type (char, short, float of any flavor) and subject to promotion. ** + Trigraphs --------- @@ -246,14 +248,15 @@ Suffixes on Integer Constants **Using a 'u' suffix on integer constants.** + Common Coding Pitfalls + ====================== + errno ----- errno might be declared as a macro. - Common Coding Pitfalls - ====================== Implicit int ------------ |