Re: funcapi.h:69: syntax error before `uint'

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: funcapi.h:69: syntax error before `uint'
Date: 2002-06-22 04:08:16
Message-ID: 200206220408.g5M48Gx15074@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


OK, fixed. uint changed to uint32.

---------------------------------------------------------------------------

Rod Taylor wrote:
> bash-2.05a$ make install > /dev/null
> In file included from tupdesc.c:22:
> ../../../../src/include/funcapi.h:69: syntax error before `uint'
>
>
> Dropping the u works fine.
>
>
> FreeBSD fury.inquent.com 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Mon Feb 4
> 13:30:57 EST 2002 root(at)fury(dot)inquent(dot)com:/usr/obj/usr/src/sys/FURY
> i386
>
> bash-2.05a$ gcc --version
> 2.95.3
>
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-22 04:12:54 Re: [HACKERS] funcapi.h:69: syntax error before `uint'
Previous Message Bruce Momjian 2002-06-22 04:01:02 Re: What is wrong with hashed index usage?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-22 04:12:54 Re: [HACKERS] funcapi.h:69: syntax error before `uint'
Previous Message Bruce Momjian 2002-06-22 04:02:36 Re: ODBC Patch to prevent setting of KSQO on 7.3+ servers