plpgsql compile

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: plpgsql compile
Date: 1999-05-26 20:44:15
Message-ID: 199905262044.QAA07482@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have added to the top of plpgsql/src/scan.l:

extern int yylineno;

My lex needs that to compile properly. I assume this is the proper fix.

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Parks 1999-05-26 21:00:22 Re: [HACKERS] Problem in S_LOCK?
Previous Message Bruce Momjian 1999-05-26 20:38:05 Re: [HACKERS] Uh oh?