Lines Matching +full:implicit +full:- +full:casts
3 Copyright (C) 1991-1996, Thomas G. Lane.
25 then-part;
27 else-part;
32 Multi-word names should be written in lower case with underscores, e.g.,
40 transformation to feed prototype-less C compilers. Transformation is done
75 If the code is to work on non-ANSI compilers, we cannot rely on a prototype
77 explicit casts on actual parameters whenever the actual parameter type is not
78 identical to the formal parameter. Beware of implicit conversions to "int".
80 It seems there are some non-ANSI compilers in which the sizeof() operator
82 this is brain-damaged. Always use the SIZEOF() macro in place of sizeof(),
94 wherever possible. (Note that our method-based calling conventions help this
104 4. Don't use static variables except for read-only constant tables. Variables
111 characters (plus ".c" or ".h", etc) to make life easy for MS-DOSers. Keep
112 compression and decompression code in separate source files --- some