(dirchar, neighsects, login_coms, lookup_list, g_distptrs, level_easy)

(level_log, levelnames): Internal linkage.
This commit is contained in:
Markus Armbruster 2006-03-23 20:32:29 +00:00
parent be78c807e3
commit 3252f8a907
7 changed files with 16 additions and 10 deletions

View file

@ -72,8 +72,8 @@ static void share_incr(double *, double *);
* They are changed later in the limit_level routine.
*/
/*tech res edu hap */
float level_easy[4] = { 0.75, 0.75, 5.00, 5.00 };
float level_log[4] = { 1.75, 2.00, 4.00, 6.00 };
static float level_easy[4] = { 0.75, 0.75, 5.00, 5.00 };
static float level_log[4] = { 1.75, 2.00, 4.00, 6.00 };
float levels[MAXNOC][4];