From 22a1a2e8baacd572905e9a764d16eebdd98c6b68 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Tue, 3 Mar 2015 00:51:48 +0100 Subject: [PATCH] Document the change to the symtab structure. --- lslopt/lslparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslparse.py b/lslopt/lslparse.py index b0535c5..7d9f833 100644 --- a/lslopt/lslparse.py +++ b/lslopt/lslparse.py @@ -1844,7 +1844,7 @@ class parser(object): # rest of entries are dictionaries. Each has a 'Kind', which can be # 'v' for variable, 'f' for function, 'l' for label, 's' for state, # or 'e' for event. - # Variables have 'Scope', 'Type', and if global, 'Loc'. + # Variables have 'Scope', 'Type', 'Loc' (if global), 'Local' (if local). # Functions have 'Type', 'Loc', 'ParamTypes' and 'ParamNames'. # Labels only have 'Scope'. # States only have 'Loc'.