mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-08 09:11:22 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -494,8 +494,8 @@ void yyoutput(int c) { output(c); }
|
||||
void yyunput(int c) { unput(c); }
|
||||
|
||||
int yylook() {
|
||||
register struct yysvf *yystate, **lsp;
|
||||
register struct yywork *yyt;
|
||||
struct yysvf *yystate, **lsp;
|
||||
struct yywork *yyt;
|
||||
struct yysvf *yyz;
|
||||
int yych, yyfirst;
|
||||
struct yywork *yyr;
|
||||
|
||||
Reference in New Issue
Block a user