Larry Rosenman writes:

> You can reduce the example down to
>
>       extern char *strcpy(char *, const char *);
>
>       static void f(char *p, int n){
>              strcpy(p+n,"");
>       }
>       void g(void){
>              f(0, 0);
>       }
>
> compile with cc -O -Kinline

I've installed a test based on this and checked off UnixWare on the
supported platforms list.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to