summaryrefslogtreecommitdiffstats
path: root/Tests/PolicyScope/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
|
* ENH: Better policies for functions and macrosBrad King2009-01-221-0/+4
This teaches functions and macros to use policies recorded at creation time when they are invoked. It restores the policies as a weak policy stack entry so that any policies set by a function escape to its caller as before.