From: Bj|rn A. <d3a...@dt...> - 2002-01-22 21:11:10
|
Quoting Bj|rn Augustsson <d3a...@dt...>: > It also adds two functions: > [...] Oops, the patch causes a compiler warning unless you move the function find_output_intpipe() up to before it's used. It should also be declared "static int" instead of just "int". Sorry, /August, so do I send a new patch, or do you clean it up? -- Wrong on most accounts. const Foo *foo; and Foo const *foo; mean the same: foo being a pointer to const Foo. const Foo const *foo; would mean the same but is illegal (double const). You are confusing this with Foo * const foo; and const Foo * const foo; respectively. -David Kastrup, comp.os.linux.development.system |