Do not include var.h where no longer needed. Clean up register keywords in these file at the same time. No functional changes.
This commit is contained in:
parent
442803c30a
commit
e9a040adb9
187 changed files with 246 additions and 435 deletions
|
@ -65,8 +65,8 @@ extern coord strtox(char *str, char **end);
|
|||
extern coord strtoy(char *str, char **end);
|
||||
extern coord xabs(struct natstr *np, coord relx);
|
||||
extern coord yabs(struct natstr *np, coord rely);
|
||||
extern coord xnorm(register coord x);
|
||||
extern coord ynorm(register coord y);
|
||||
extern coord xnorm(coord x);
|
||||
extern coord ynorm(coord y);
|
||||
extern int xyinrange(coord x, coord y, struct range *rp);
|
||||
|
||||
#endif /* _XY_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue