]> gitweb.fluxo.info Git - firma.git/commitdiff
New policy: Put all new global variables in the GLOBAL_VARS variable.
authorluis <luis>
Sun, 4 Sep 2005 07:30:10 +0000 (07:30 +0000)
committerluis <luis>
Sun, 4 Sep 2005 07:30:10 +0000 (07:30 +0000)
GUIDELINES

index d9aeb97878c6fa61389c92670d980c0e65423111..801364fdf98038477c58044edd481875919b9aa3 100755 (executable)
@@ -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