| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: SunOS4 |
| Date: | 2001-02-21 17:59:58 |
| Message-ID: | 10872.982778398@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Tatsuo Ishii writes:
>> o regex/utils.h included twice somewhere. I added #ifndef
>> UTILS_H... to utils.h
> Okay.
Actually, the problem is probably gone. c.h was including regex/utils.h
if the platform didn't have memmove(), but I thought that was a very
ugly thing to do and moved the memmove() macro to c.h instead. However,
an #ifndef UTILS_H is harmless and good practice, so I don't object to
putting it in anyway. (You might want to make the symbol REGEX_UTILS_H,
though, to avoid possible conflicts with other files named utils.h ...)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-02-21 19:11:17 | Re: Turkish locale bug |
| Previous Message | Tom Lane | 2001-02-21 17:34:24 | Re: PHP 4.0.4pl1 / Beta 5 |