diff options
author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-03-21 10:58:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 20:59:34 -0700 |
commit | a8971acb6cbfa8cfa6f5105340fcdee13c649590 (patch) | |
tree | 3011554bbfa156146b6b86c91754a771c5e0c9ae /scope.h | |
parent | Show for/while/do statements in debugging. Make symbol type (diff) | |
download | sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.tar.gz sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.tar.bz2 sparse-a8971acb6cbfa8cfa6f5105340fcdee13c649590.zip |
Add copyright statements and file comments. Add a FAQ, README, and
placeholder LICENSE file.
Diffstat (limited to 'scope.h')
-rw-r--r-- | scope.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ #ifndef SCOPE_H #define SCOPE_H +/* + * Symbol scoping is pretty simple. + * + * Copyright (C) 2003 Linus Torvalds, all rights reserved. + */ struct scope { struct token *token; /* Scope start information */ |