Added table entries for \funcline and \funclineni.

This commit is contained in:
Fred Drake 1999-01-29 20:09:27 +00:00
parent e294cf620a
commit 75930b31e2
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ def main():
"excdesc": (["name"], 0, 0, 1, 0), "excdesc": (["name"], 0, 0, 1, 0),
"funcdesc": (["name", ("args",)], 0, 0, 1, 0), "funcdesc": (["name", ("args",)], 0, 0, 1, 0),
"funcdescni": (["name", ("args",)], 0, 0, 1, 0), "funcdescni": (["name", ("args",)], 0, 0, 1, 0),
"funcline": (["name"], 0, 0, 0, 0),
"funclineni": (["name"], 0, 0, 0, 0),
"geq": ([], 0, 1, 0, 0), "geq": ([], 0, 1, 0, 0),
"hline": ([], 0, 1, 0, 0), "hline": ([], 0, 1, 0, 0),
"indexii": (["ie1", "ie2"], 0, 1, 0, 0), "indexii": (["ie1", "ie2"], 0, 1, 0, 0),