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
     1 if WANT_BENCHMARK
     2 
     3 noinst_HEADERS +=
     4 
     5 noinst_PROGRAMS +=
     6 
     7 endif WANT_BENCHMARK