From 5f3fd912090c6369e5be3451f24fbef724264e06 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Fri, 16 Nov 2018 10:59:59 +0100 Subject: [PATCH] document MAKE_VECTORS --- qcsrc/lib/deglobalization.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/lib/deglobalization.qh b/qcsrc/lib/deglobalization.qh index 21f303a3e..889998057 100644 --- a/qcsrc/lib/deglobalization.qh +++ b/qcsrc/lib/deglobalization.qh @@ -37,6 +37,7 @@ STATIC_INIT(globals) { /// Same as the `makevectors` builtin but uses the provided locals instead of the `v_*` globals. /// Always use this instead of raw `makevectors` to make the data flow clear. +/// Note that you might prefer `FIXED_MAKE_VECTORS` for new code. #define MAKE_VECTORS(angles, forward, right, up) MACRO_BEGIN { \ _makevectors_hidden(angles); \ GET_V_GLOBALS(forward, right, up); \ -- 2.39.2