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

Make 'dummy' declarations in header files be 'extern int no_such_variable'

instead of 'extern int errno'; the latter is unsafe according to the
ANSI C standard, as well as in practice on some platforms.
parent dad34ba5
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