Rev 1419 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1419 | Rev 1449 | ||
---|---|---|---|
Line 165... | Line 165... | ||
165 | * If previewing has been turned on, the score is multiplied by PRE_PENALTY. |
165 | * If previewing has been turned on, the score is multiplied by PRE_PENALTY. |
166 | */ |
166 | */ |
167 | #define PRE_PENALTY 0.75 |
167 | #define PRE_PENALTY 0.75 |
168 | 168 | ||
169 | extern int score; /* the obvious thing */ |
169 | extern int score; /* the obvious thing */ |
170 | extern gid_t gid, egid; |
170 | //extern gid_t gid, egid; |
171 | 171 | ||
172 | extern char key_msg[100]; |
172 | extern char key_msg[100]; |
173 | extern int showpreview; |
173 | extern int showpreview; |
174 | extern int classic; |
174 | extern int classic; |
175 | 175 |