From de4b9feea2ba8bf0b70b38a786014bdee4cdf40f Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 4 Sep 2005 07:30:10 +0000 Subject: New policy: Put all new global variables in the GLOBAL_VARS variable. --- GUIDELINES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GUIDELINES') diff --git a/GUIDELINES b/GUIDELINES index d9aeb97..801364f 100755 --- a/GUIDELINES +++ b/GUIDELINES @@ -13,7 +13,8 @@ In the future this procedure will be automatic. - If a new variable has to be declared via a config-file, remember to set it to be created in the NewList function - Put all new functions in the functions list bellow - - Put all new arrays in the GLOBAL_ARRAYS variable + - Put all new global variables in the GLOBAL_VARS variable + - Put all new global arrays in the GLOBAL_ARRAYS variable - If you are using an unix command, check if its already listed in the commands list. If it's not, please add it -- cgit v1.2.3