summaryrefslogtreecommitdiff
path: root/Modules/CheckVariableExists.c
Commit message (Collapse)AuthorAgeFilesLines
* BUG#502: Do not let optimizing compilers think the symbol exists. Require ↵Brad King2004-04-261-3/+1
| | | | the symbol by making the return value depend on it to force linking.
* ENH: fix tests for non-ansi c on hp and remove warnings for ansi cBill Hoffman2004-04-151-2/+8
|
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-211-0/+16