put heavily used pointer variables in registers

This commit is contained in:
erikb
1986-09-24 13:53:16 +00:00
parent 6df30b45d7
commit b1eed62b5c
29 changed files with 275 additions and 280 deletions

View File

@@ -6,6 +6,8 @@
to it.
*/
#include "nofloat.h"
/* the structure of a token: */
struct token {
int tok_symb; /* the token itself */