Mercurial
lemon
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
benchmark/Makefile.am
author
Balazs Dezso <deba@inf.elte.hu>
Tue, 30 Sep 2008 20:53:18 +0200
changeset 290
f6899946c1ac
parent 1
51eaad3a817b
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
ladanyi@1
1
if WANT_BENCHMARK
ladanyi@1
2
ladanyi@1
3
noinst_HEADERS +=
ladanyi@1
4
ladanyi@1
5
noinst_PROGRAMS +=
ladanyi@1
6
ladanyi@1
7
endif WANT_BENCHMARK