we will most likely handle "restrict" in a similar way to "const"
to keep the code readable
where
all ast code will use "restrict"
#ifdef magic in ast_common.h will do one of the following
possibly augmented by probe info when nmake is used to build:
        (1) nothing -- "restrict" or its expansion will be seen by the compiler
        (2) #define restrict __restrict
        (3) #define restrict
with (3) being the fallback position

_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to