diff options
Diffstat (limited to 'token.h')
| -rw-r--r-- | token.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ #ifndef TOKEN_H #define TOKEN_H +/* + * Basic tokenization structures. NOTE! Those tokens had better + * be pretty small, since we're going to keep them all in memory + * indefinitely. + * + * Copyright (C) 2003 Linus Torvalds, all rights reserved. + */ #include <sys/types.h> |
