Mercurial
lemon-1.1
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
tools/Makefile.am
author
Balazs Dezso <deba@inf.elte.hu>
Tue, 30 Sep 2008 20:53:18 +0200
changeset 290
f6899946c1ac
parent 1
51eaad3a817b
child 310
a9e8f310507f
permissions
-rw-r--r--
Simplifying exceptions
- Using asserts instead of exceptions for unitialized parameters
- Only the IO exceptions are used in the lemon
- DataFormatError is renamed to FormatError
- The IoError is used for file access errors
1
if WANT_TOOLS
2
3
bin_PROGRAMS +=
4
5
endif WANT_TOOLS