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
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
ladanyi@1
     3
bin_PROGRAMS +=
ladanyi@1
     4
ladanyi@1
     5
endif WANT_TOOLS