summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorAndrew Dunstan2011-04-25 13:10:59 +0000
committerAndrew Dunstan2011-04-25 13:10:59 +0000
commit08a0c2dabc3b9d59d72d7a79ed867b8e37d275a7 (patch)
tree55fc419c88f39317049c7507a8e762c323893a6e /src/include/miscadmin.h
parent5948a6eeaa682aeb1a8f389ae2136915b2a0e990 (diff)
Adjust yywrap macro for non-reentrant scanners for MSVC.
The MSVC compiler complains if a macro is called with less arguments than its definition provides for. flex generates a macro with one argument for yywrap, but only supplies the argument for reentrant scanners, so we remove the useless argument in the non-reentrant case to silence the warning.
Diffstat (limited to 'src/include/miscadmin.h')
0 files changed, 0 insertions, 0 deletions