/* xgettext Lisp backend.
- Copyright (C) 2001-2003 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
return true;
}
-/* A number is one integer, ratio, float. Each has a particular syntax.
+/* A number is one of integer, ratio, float. Each has a particular syntax.
See CLHS 2.3.1 "Numbers as Tokens".
But note a mistake: The exponent rule should read:
exponent ::= exponent-marker [sign] {decimal-digit}+
XGETTEXT = ../src/xgettext
# For debugging memory leaks and memory allocation bugs.
+# You should build with --disable-shared when using valgrind.
CHECKER =
#CHECKER = valgrind --tool=memcheck --suppressions=$(srcdir)/../lib/allocsa.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes
#CHECKER = valgrind --tool=massif --format=html --depth=10 --alloc-fn=xmalloc --alloc-fn=xrealloc --stacks=no