Modify verify.h to pacify gcc -Wredundant_decls.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 May 2010 19:50:00 +0000 (12:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 May 2010 19:50:00 +0000 (12:50 -0700)
commit8465329af7e7da7e9e8c61a3c0f71d4cee89ccd5
treeeb285098bef47f120e08007fb66c747f22718932
parentf64e032c5f73038798b91ffb1c49691a0e79382a
Modify verify.h to pacify gcc -Wredundant_decls.

* lib/verify.h (GL_CONCAT, GL_CONCAT0, GL_GENSYM): New macros.
These use the prefix "GL_" since they're likely to be useful elsewhere.
We may need to break them out into a different .h file.
(__COUNTER__): Define to 0 if the compiler doesn't support it.
(verify) [!defined __cplusplus]: Use them to avoid duplicate decls
of verify_function__.
ChangeLog
lib/verify.h