aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scope.h
diff options
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index f564018f..b0006a8c 100644
--- a/scope.h
+++ b/scope.h
@@ -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 */