Initial revision
This commit is contained in:
11
lang/occam/comp/token.h
Normal file
11
lang/occam/comp/token.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* token.h */
|
||||
|
||||
extern struct token {
|
||||
long t_lval;
|
||||
char *t_sval;
|
||||
} token;
|
||||
|
||||
extern ind;
|
||||
void repeat_token();
|
||||
char *tokenname();
|
||||
int tabulated();
|
||||
Reference in New Issue
Block a user