diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-20 14:57:26 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-20 14:57:26 +0000 |
| commit | f89577bc77ea81180706328f11a4cb14445a2f56 (patch) | |
| tree | 086a76881c20124e84c60aead5ec0d01ad6eb86a /docs | |
| parent | f2c55124a3a2d9ebe3be02f5f3570f1c333c9559 (diff) | |
| download | lasso-f89577bc77ea81180706328f11a4cb14445a2f56.tar.gz lasso-f89577bc77ea81180706328f11a4cb14445a2f56.tar.xz lasso-f89577bc77ea81180706328f11a4cb14445a2f56.zip | |
file moved
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/lasso-book/check-functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/check-functions.py b/docs/lasso-book/check-functions.py index 86d68e01..87a968b8 100755 --- a/docs/lasso-book/check-functions.py +++ b/docs/lasso-book/check-functions.py @@ -14,7 +14,7 @@ for line in file(sys.argv[1]): for f in re.findall(r"(lasso_[a-zA-Z_]+?)\(", line): functions[f] = 1 -known_symbols = [x.strip() for x in file("../reference/lasso-decl-list.txt")] +known_symbols = [x.strip() for x in file("../reference/build/lasso-decl-list.txt")] for f in functions: if not f in known_symbols: |
