Skip to content
Snippets Groups Projects
Commit 34a11144 authored by Tom Lane's avatar Tom Lane
Browse files

Although the flex documentation avers that yyalloc and yyrealloc take

size_t arguments, the emitted scanner actually prototypes them with
type yy_size_t, which is sometimes not the same thing depending on
flex version and platform.  Easiest fix seems to be to use yy_size_t.
Per buildfarm results.
parent 91e71929
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment